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.

  1. check if settings being saved. settings not being saved. happened me wordpress blog hosted on windows azure.

  2. 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

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -