trim icon indicating copy to clipboard operation
trim copied to clipboard

Support for different timezones when displaying date(time)

Open X-Coder264 opened this issue 6 years ago • 0 comments

As the best practice for APIs is to always return time back in UTC read more here Law #4: Return it in UTC an option on these two elements would be nice so that we can format the display in some other timezone (e.g. format based on the timezone of the logged in user).

As far as I can see the date(time) list elements use fecha. From what I see fecha doesn't support this, instead something like moment-timezone should probably be used for this.

X-Coder264 avatar Jul 06 '19 18:07 X-Coder264