Timezone #588
-
I've searched on help "timezone" but there's no result
I need some advice, I'm making an international app that can be used by customers from all over the world, so I've decided to save all the datetimes in UTC format and however I have to adjust the backend so that it shows them with the correct timezone of the 'user, timezone which I can get from the browser or from a user configuration. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hello @blondie63 This is not a feature support by Backpack, in any case you can try, saving user timezone in they profile and manage laravel in UTC, then you need to play with Carbon to transform database time data to the user timezone. Cheers. |
Beta Was this translation helpful? Give feedback.
-
@jorgetwgroup Hi, i've another question, BackPack is supporting ISO 8601 for timestamps and datetime fields ? |
Beta Was this translation helpful? Give feedback.
Hello @blondie63
This is not a feature support by Backpack, in any case you can try, saving user timezone in they profile and manage laravel in UTC, then you need to play with Carbon to transform database time data to the user timezone.
Cheers.