status timezone sync
This commit is contained in:
@@ -98,7 +98,7 @@ const absoluteTimes = computed(()=>{
|
||||
})
|
||||
|
||||
const dateStrings = computed(()=>absoluteTimes.value.map((t)=>{
|
||||
const n = DateTime.fromMillis(1000*t).setZone(s.timeZone)
|
||||
const n = DateTime.fromSeconds(t).setZone(s.timeZone)
|
||||
const y = n.toLocaleString({year:'numeric'})
|
||||
const m = n.toLocaleString({month:'long'})
|
||||
const d = n.toLocaleString({day:'numeric'})
|
||||
|
||||
Reference in New Issue
Block a user