X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Fit%2Fprofile_advanced.php;h=44327f6a622576adf66f248c9d05290b34c6e953;hb=3ad7c395fb9a33319531e04673563e7c9983d8f0;hp=899fd56b251df482165f8f845a9c7e4380e7213b;hpb=fa9e1a9abba4e116a24f5df3680dcf1a6f8b3f72;p=friendica.git diff --git a/view/it/profile_advanced.php b/view/it/profile_advanced.php index 899fd56b25..44327f6a62 100644 --- a/view/it/profile_advanced.php +++ b/view/it/profile_advanced.php @@ -39,8 +39,8 @@ EOT; $o .= '
' . ((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'))) . "
\r\n"; $o .= '
';