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
Related to #7 - in one implementation, it was important for me to make sure that the Date was rendered correctly irrespective of the user's local timezone, which was achieved by adding 12 hours to the datetime (this worked for anyone except users in Tonga, I think, but there were no users based there :-) )
So a utility which allowed one to add/remove a fixed number of hours to a DateTime field would be useful to me personally - it's probably not a widely required feature though :-)
The text was updated successfully, but these errors were encountered:
Related to #7 - in one implementation, it was important for me to make sure that the Date was rendered correctly irrespective of the user's local timezone, which was achieved by adding 12 hours to the datetime (this worked for anyone except users in Tonga, I think, but there were no users based there :-) )
So a utility which allowed one to add/remove a fixed number of hours to a DateTime field would be useful to me personally - it's probably not a widely required feature though :-)
The text was updated successfully, but these errors were encountered: