AdamLeMmon01
Results
2
issues of
AdamLeMmon01
I had to create a custom as hex string method to get the correct value. Either the value is being stored under the hood with the bytes reversed, or just...
### Steps to reproduce ``` format_str = "{YYYY}-{M}-{D} {h24}:{m}:{s} {Zabbr}" {:ok, datetime} = DateTime.new(~D[2021-09-13], ~T[00:00:00.000], "America/Denver") {:ok, d } = Timex.format(datetime, format_str) # this outputs MDT as the timezone, but...