unsoluble / smalltime

A small FoundryVTT module for displaying and controlling the current time of day.
MIT License
24 stars 15 forks source link

Hours difference between SmallTime and AboutTime #47

Closed apoapostolov closed 3 years ago

apoapostolov commented 3 years ago

In PF2, FVTT 0.8.6, I finally managed to sync SimpleCalendar and AboutTime to sync properly together.

Unfortunately as result this caused a ongoing hour discrepancy between SmallTime and AboutTime, as seen below

I have tried to modify game clock but there seems to be hard 3 hours difference now. A setting to fix such desync by moving SmallTime -X hours, could potentially allow to fix this when it happens.

image

unsoluble commented 3 years ago

What does the actual About Time clock show in that case? (via Gametime.showClock();)

apoapostolov commented 3 years ago

image

It seems not a SmallTime issue. Maybe a SmallCalendar or AboutTime issue?

A setting to fix that when it occurs would be nice to have, but I understand if this is something to be brought to other people's attention.

unsoluble commented 3 years ago

Yeah as far as I can tell, SmallTime will always be in sync with About Time. Whether or not that stays in sync with other time stuff is a separate issue — I know both Tim and @vigorator (SC) have been working through a number of challenges here, especially in the PF2 context.

apoapostolov commented 3 years ago

@unsoluble Just to let you know 1.8.3 resolved this issue, it is now perfectly in sync.