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
@piyush94 - on the users profile we have the date and time format. We will need to add a time zone field so we can figure out the offset from the server to get the times adjusted.
@sbtaylor15 Just a suggestion, if possible, it should be solvable by, saving the timestamp as ISO string(UTC 0), then it can be passed to JavaScript localestring function which can handle conversion to user's local timezone.
In Web UI, for different timestamps such created, added, modified, etc. user local time should be displayed. Currently, server time is shown.
The text was updated successfully, but these errors were encountered: