JuliaTime / TimeZones.jl

IANA time zone database access for the Julia programming language
Other
87 stars 53 forks source link

Add format specifier for tzdata timezone #128

Open iamed2 opened 6 years ago

iamed2 commented 6 years ago

It would be nice to parse and output "2013-01-01 13:12:11.000000 America/Winnipeg", for example.

omus commented 6 years ago

I agree that would be nice. I mostly haven't done this already as I'm not sure what the format character should be or if there is a standard character for this. Off the top of my head I would use t or T (for TimeZone).