LOL...so i guess the delta timestamp on mastodon uses ur system clock, and for whatever reason when i dual boot back into windows from ubuntu it screws up the clock, so everyone was shown as 5 hrs ago (even on icosahedron) and i was like UH OH
@mkosler this is because unix time and windows time have different values for 0 and both OS try setting yr bios/efi time to whatever they think is right

@mkosler windows assumes the system clock is local timezone, linux assumes it's UTC. tell linux it's in localtime instead and the clock will stay correct in both:

http://askubuntu.com/a/728820/669043