-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Time zone support #482
Comments
Commenting on this as a vote, I would like to see time zone support as well. |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
@flovilmart any idea on this topic? |
Bump - this would be an ideal feature. +1000 |
+1 please |
+1 |
6 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
1 similar comment
+1 |
Hi @mtrezza, May I work on this? |
I think you would make a lot of developers happy, looking at the +1s here. |
Dear @mtrezza, I need this feature too, so very cool. Thumbs up! I start working on this :)) |
I think that's a good approach - to start with the most simple form of the functionality. Later on, if someone wants to, they can add a UI to change that param in the dashboard. What if someone enters a date via the date picker in the data browser. Should that be the local date and converted to UTC, or sent as it? |
@pash2048 Here's something you might want to consider (just chipping in as the original opener of this issue, happy to see it might get picked up!) I suspect most people would prefer to see these dates and times in one of two ways:
In my opinion, it would be awesome if instead of specifying a This would better support distributed teams accessing the dashboard from different locations, as well as individual developers when moving between time zones. Of course, supporting both approaches would be even cooler - perhaps your proposed What do you think? |
All great feature suggestions. Depending on how much you (and others) feel like building, we can adapt the bounty amount accordingly. The 10$ bounty is probably just for a basic functionality. |
@mtrezza, I think it's better to be local date time and converted to UTC, for example, every time I need to enter a date in the parse dashboard, I convert my local date time to UTC and then enter a date. @benpackard, thanks for your good suggestion, I think we can create it basically with the defined time zone in parameters and then add all features you said. |
While I'm here, my feeling on this one is that if a date in my dashboard is displayed 7:00 pm, I should be confident that changing it to 7:05 pm adds exactly five minutes, regardless of the storage format. So IMO it should be entered in local time and converted to UTC automatically. The alternative is requiring the user to understand that she must enter the time in a format other than the one she sees, and having to manually covert the time correctly. |
Good point @benpackard, I think I would expect the same behavior, it seems to be intuitive. |
+1 |
Bumping the bounty due to high demand. Regarding the question of whether a date entered in the data browser should be UTC or local time, I'd expect it to be according to the dashboard time zone setting, because otherwise it wouldn't be possible to copy/paste date fields in the data browser. It would be possible to add an option to the calendar input dialog to switch the input to UTC only for that one input. But that seems like a convenience add-on that may even be confusing to some, so maybe it's not really necessary in the first version of this feature. |
+1 need |
Maybe something @AshishBarvaliya would be interested in :-) This feature is quite a record breaker, open since 2016 and continuously in demand until today. |
Is this still open? I'd like to work on this. Please assign @mtrezza |
Yes it is, please feel free to pick this up |
It would be great to have some way to specify the timezone to use when displaying dates in Parse Dashboard
createdAt
,updatedAt
, etc.The text was updated successfully, but these errors were encountered: