Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict timezone with wordpress default timezone #1

Closed
KamranKhorsandi opened this issue Apr 18, 2017 · 0 comments
Closed

Conflict timezone with wordpress default timezone #1

KamranKhorsandi opened this issue Apr 18, 2017 · 0 comments
Labels

Comments

@KamranKhorsandi
Copy link
Contributor

Should be remove :

$timezone = get_option( 'timezone_string' );
if ( $timezone != '' )
	date_default_timezone_set( $timezone );
else
	date_default_timezone_set( 'Asia/Tehran' );
KamranKhorsandi added a commit to KamranKhorsandi/wp-parsidate that referenced this issue Apr 18, 2017
mostafasoufi added a commit that referenced this issue Apr 18, 2017
Conflict timezone with wordpress default timezone #1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants