DunkleMango / StarboundModManager

Allows to manage mods from the game Starbound with ease! (works with Steam)
https://dunklemango.github.io/StarboundModManager/
MIT License
7 stars 1 forks source link

Time on commit history is not based on local time? #13

Open AbsolofDarkness opened 5 years ago

AbsolofDarkness commented 5 years ago

I recently pushed a commit, the commit history states "18 hours ago". I'll take a peek at the commits js, see if I can remedy this.

DunkleMango commented 5 years ago

I'm currently polling the values from here. I'll look into this as well, when I have the time.

DunkleMango commented 5 years ago

It seems to work fine on my end. image The code takes system-time so maybe we have a problem there.

AbsolofDarkness commented 5 years ago

Seems to work now? I just did a commit, and it says the correct time. Though I'm noticing that some dates are incorrect, huh

DunkleMango commented 5 years ago

I fixed the grouping issue.