diff options
author | root <root@diekershoff.homeunix.net> | 2011-01-23 08:46:57 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2011-01-23 08:46:57 +0100 |
commit | 71294faf2c182a678e5889b2ff9cabed16d83c82 (patch) | |
tree | d6ad7955921285a374b5dd666153d42a6071e871 /view | |
parent | 0dc7e0975a7cd02d8c79dda42c836c31d84c9e24 (diff) | |
parent | 43dc0b4280b00cb66a1ca97341dfe7e795f5988c (diff) | |
download | volse-hubzilla-71294faf2c182a678e5889b2ff9cabed16d83c82.tar.gz volse-hubzilla-71294faf2c182a678e5889b2ff9cabed16d83c82.tar.bz2 volse-hubzilla-71294faf2c182a678e5889b2ff9cabed16d83c82.zip |
Merge branch 'master' of git://github.com/tobiasd/friendika
Diffstat (limited to 'view')
-rw-r--r-- | view/de/profile_advanced.php | 4 | ||||
-rw-r--r-- | view/en/profile_advanced.php | 4 | ||||
-rw-r--r-- | view/it/profile_advanced.php | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/view/de/profile_advanced.php b/view/de/profile_advanced.php index 9aee6c262..d2b9d0612 100644 --- a/view/de/profile_advanced.php +++ b/view/de/profile_advanced.php @@ -39,8 +39,8 @@ EOT; $o .= '<div id="advanced-profile-dob">' . ((intval($a->profile['dob'])) - ? day_translate(datetime_convert('UTC',date_default_timezone_get(),$a->profile['dob'],'j F, Y')) - : day_translate(datetime_convert('UTC',date_default_timezone_get(),'2001-' . substr($a->profile['dob'],6),'j F'))) + ? day_translate(datetime_convert('UTC','UTC',$a->profile['dob'] . ' 00:00 +00:00','j F, Y')) + : day_translate(datetime_convert('UTC','UTC','2001-' . substr($a->profile['dob'],6) . ' 00:00 +00:00','j F'))) . "</div>\r\n</div>"; $o .= '<div id="advanced-profile-dob-end"></div>'; diff --git a/view/en/profile_advanced.php b/view/en/profile_advanced.php index 9aee6c262..d2b9d0612 100644 --- a/view/en/profile_advanced.php +++ b/view/en/profile_advanced.php @@ -39,8 +39,8 @@ EOT; $o .= '<div id="advanced-profile-dob">' . ((intval($a->profile['dob'])) - ? day_translate(datetime_convert('UTC',date_default_timezone_get(),$a->profile['dob'],'j F, Y')) - : day_translate(datetime_convert('UTC',date_default_timezone_get(),'2001-' . substr($a->profile['dob'],6),'j F'))) + ? day_translate(datetime_convert('UTC','UTC',$a->profile['dob'] . ' 00:00 +00:00','j F, Y')) + : day_translate(datetime_convert('UTC','UTC','2001-' . substr($a->profile['dob'],6) . ' 00:00 +00:00','j F'))) . "</div>\r\n</div>"; $o .= '<div id="advanced-profile-dob-end"></div>'; diff --git a/view/it/profile_advanced.php b/view/it/profile_advanced.php index 899fd56b2..44327f6a6 100644 --- a/view/it/profile_advanced.php +++ b/view/it/profile_advanced.php @@ -39,8 +39,8 @@ EOT; $o .= '<div id="advanced-profile-dob">' . ((intval($a->profile['dob'])) - ? day_translate(datetime_convert('UTC',date_default_timezone_get(),$a->profile['dob'],'j F, Y')) - : day_translate(datetime_convert('UTC',date_default_timezone_get(),'2001-' . substr($a->profile['dob'],6),'j F'))) + ? day_translate(datetime_convert('UTC','UTC',$a->profile['dob'] . ' 00:00 +00:00','j F, Y')) + : day_translate(datetime_convert('UTC','UTC','2001-' . substr($a->profile['dob'],6) . ' 00:00 +00:00','j F'))) . "</div>\r\n</div>"; $o .= '<div id="advanced-profile-dob-end"></div>'; |