You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a request to provide support for clients, in one timezone, to be able to interact with the picker widget displaying/editing times in a different timezone.
Ideally, this support would be in the form of:
Config option for 'timezone'
API verb setTimezone()
API verb getTimezone()
Justification explained in next section.
Motivation and context
This use case should more than justify the effort involved.
Online service provider serving users in a specific timezone (eg France (UTC+01:00))
Support staff for this provider living in numerous timezones around the world
Support staff, regardless of their own respective local times, need to review logs and billing periods based on France
The widget would continue to use Date-like objects which natively store time as seconds since epoch. But its methods would return values in respect to the chosen timezone, not the local one.
The text was updated successfully, but these errors were encountered:
Prerequisites
Proposal
This is a request to provide support for clients, in one timezone, to be able to interact with the picker widget displaying/editing times in a different timezone.
Ideally, this support would be in the form of:
Justification explained in next section.
Motivation and context
This use case should more than justify the effort involved.
The widget would continue to use Date-like objects which natively store time as seconds since epoch. But its methods would return values in respect to the chosen timezone, not the local one.
The text was updated successfully, but these errors were encountered: