Closed claustres closed 5 years ago
We should be able to switch between UTC/Locale mode for displayed times and indicate the timezone.
Based on https://github.com/kalisio/kMap/issues/57 can be done like this : this.$store.patch('timeFormat', { utc: false/true })
this.$store.patch('timeFormat', { utc: false/true })
Waiting for https://github.com/kalisio/kCore/issues/109 first.
We should be able to switch between UTC/Locale mode for displayed times and indicate the timezone.