JuliaAstro / AstroTime.jl

Astronomical time keeping in Julia
https://juliaastro.github.io/AstroTime.jl/stable/
Other
38 stars 10 forks source link

now() returns local time as UTCEpoch instead of UTC #53

Closed lucaschamorrotuduri closed 3 years ago

lucaschamorrotuduri commented 3 years ago

Hi, I'm too dumb to use git or I would have created an actual pull request (if that's the proper term).

AstroTime.now() returns the computer's local time as it were UTC. In the file Epochs.jl, line 352ish, I've changed

helgee commented 3 years ago

That makes a lot more sense 😆 Thanks!