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

in Archive.php when 'now' is specified as datetime, use each site's individual timezone, not UTC #4228

Open
diosmosis opened this issue Oct 17, 2013 · 2 comments
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.

Comments

@diosmosis
Copy link
Member

Currently in core/Archive.php when multiple sites are requested, the UTC timezone is forced. This works for all datetime values except 'now'. In that case we should change the current datetime for each site's timezone and query.

Note: This is highly non-trivial.

@mattab
Copy link
Member

mattab commented Oct 23, 2013

What are the bugs/ problems caused by this?

@diosmosis
Copy link
Member Author

When all websites is viewed w/ time == 'now', UTC will be forced instead of individual site timezones.

@diosmosis diosmosis added this to the Future releases milestone Jul 8, 2014
@mattab mattab modified the milestones: Long term, Mid term Dec 23, 2015
@mattab mattab modified the milestones: Long term, Mid term Dec 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Projects
None yet
Development

No branches or pull requests

2 participants