kalisio / kano

Map and weather forecast data explorer in 2D/3D
https://kalisio.github.io/kano/
MIT License
24 stars 7 forks source link

Manage UTC/Locale time mode #29

Closed claustres closed 5 years ago

claustres commented 5 years ago

We should be able to switch between UTC/Locale mode for displayed times and indicate the timezone.

claustres commented 5 years ago

Based on https://github.com/kalisio/kMap/issues/57 can be done like this : this.$store.patch('timeFormat', { utc: false/true })

claustres commented 5 years ago

Waiting for https://github.com/kalisio/kCore/issues/109 first.