Open spencermountain opened 4 years ago
this appears to be sensitive to current minute
let d = spacetime('1895-01-01') //.startOf('day')
d = d.minute(0)
console.log(d.format('')) //1894-12-31
closer to the issue:
let d = spacetime('1895-01-01').startOf('day')
console.log(d.format('nice-full'))
//January 1st, 12:26am
found a 17-minute DST change. I think it may be the first DST change in the Americas. https://www.timeanddate.com/time/change/canada/toronto?year=1895