adminjs
adminjs copied to clipboard
Currently datetime field is saved in DB with UTC format but while showing in UI admin js shows it in browsers timezone.
How can i show it in UTC (same format how its saved in DB)
@imaithal Did you ever find a fix for this? I'm having the same issue in my production instance. Strangely, it doesn't happen on my local machine.
@imaithal did you ever find a solution to this?
This is an intended behaviour plus there's no easy way to allow to configure this. If you need to show datetimes in different timezones than user's local timezone you can create a custom component for that.