mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
fix(maplibre): update date format to ISO 8601
This commit is contained in:
parent
2a4ed8bf82
commit
833277e781
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@
|
|||
<div id="maps-maplibre-container"
|
||||
data-controller="maps--maplibre area-drawer maps--maplibre-realtime"
|
||||
data-maps--maplibre-api-key-value="<%= current_user.api_key %>"
|
||||
data-maps--maplibre-start-date-value="<%= @start_at.to_s %>"
|
||||
data-maps--maplibre-end-date-value="<%= @end_at.to_s %>"
|
||||
data-maps--maplibre-start-date-value="<%= @start_at.iso8601 %>"
|
||||
data-maps--maplibre-end-date-value="<%= @end_at.iso8601 %>"
|
||||
data-maps--maplibre-timezone-value="<%= current_user.timezone %>"
|
||||
data-maps--maplibre-realtime-enabled-value="true"
|
||||
style="width: 100%; height: 100%; position: relative;">
|
||||
|
|
|
|||
Loading…
Reference in a new issue