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'})
|
||||
|
||||
@@ -244,7 +244,6 @@ function createInteriorShape(index) {
|
||||
interiorShapes.push(shape)
|
||||
}
|
||||
|
||||
|
||||
function removeInteriorShape() {
|
||||
if (interiorShapes.length) {
|
||||
const shape = interiorShapes.pop()
|
||||
|
||||
Reference in New Issue
Block a user