You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs here show a list of enum variants for Tz, and they show that Tz has a name() method and implements FromStr. However, I couldn't find documentation about what the time names actually are. I had to look at the code and modify build.rs to create this paste.
The text was updated successfully, but these errors were encountered:
The docs here show a list of
enum
variants forTz
, and they show thatTz
has aname()
method and implementsFromStr
. However, I couldn't find documentation about what the time names actually are. I had to look at the code and modifybuild.rs
to create this paste.The text was updated successfully, but these errors were encountered: