DC23 / jd-easytimekeeping

Easy timekeeping module for the Foundry VTT
MIT License
0 stars 0 forks source link

It's really weird that the API takes times relative to 6am #36

Closed DC23 closed 5 days ago

DC23 commented 1 week ago

Even for me, and I wrote this thing. For example, when calling the set API function to set the time, setting to 6pm requires passing {hour: 12} instead of {hour: 18} and that's weird. I need to change the public API to deal with hours in standard 24-hour times, regardless of what I need internally for setting the Global Progress Clocks.