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
Hi topazur,
You can use the Format function to convert a timestamp into a string, here's some examples: https://gobyexample.com/time-formatting-parsing
But in my opinion, you should keep the timezone and let the client deal with the formatting by itself. The sever should provide full information.
How to implement formatting in a generic way?
The text was updated successfully, but these errors were encountered: