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

Review deadline not being set correctly #13

Closed
aakashysharma opened this issue Feb 27, 2014 · 2 comments
Closed

Review deadline not being set correctly #13

aakashysharma opened this issue Feb 27, 2014 · 2 comments

Comments

@aakashysharma
Copy link

The first screenshot is the dates which are already in the system while editing them.
setting deadline time

After saving, the deadlines become.
after saving

The timezone in options.php is set to Asia/Kolkata. Unless, I'm doing something wrong, this should be a bug.

Please advise.

@aakashysharma
Copy link
Author

Noticed another thing,

If you just go to the page and click on save without even changing the dates, the dates get changed. In my case, UTC +5:30, it's actually adding 3.5 hours to the time every time I click on save.

I don't think that's normal.

@kohler
Copy link
Owner

kohler commented Feb 27, 2014

An interesting problem, caused by an issue in php's strtotime() function—on input, it treated "IST" as Israel Standard Time, even though the default timezone was Indian Standard Time.

Should be addressed in 913aad6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants