wordpress - How to change default timezone UTC to Local timezone -
i'm maintaining wordpress based website observed not working following local time. follows default utc timezone. tried general setting yet site working based on default utc timezone. how can fix it?
thanks.
there couple of solutions can suggest.
check if settings being saved. settings not being saved. happened me wordpress blog hosted on windows azure.
if using custom theme. make sure not override time
get_post_time('u', true);
the second parameter true, forces wordpress use gmt timezone rather using local timezone.
you can go through functions in order check it..
similar situation here : http://wordpress.org/support/topic/how-to-display-local-time-instead-of-utc
if can share theme files or file date function written, can :-)
Comments
Post a Comment