Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upprinting of POSIXct should (could?) include tz info if it's there #2842
Comments
|
default format probably best something like +00:00, less dependent on timezone dictionaries in OSes |
The printed output makes
t1andt2seem identical, but they're not.The same problem applies to
data.frames, to be fair:Probably timezone printing should be on by default due to the above, but at least there should be an option.