How do I format DateTime or TimeZone/TimeZoneInfo to display Three letters?

前端 未结 3 461
半阙折子戏
半阙折子戏 2021-01-14 23:21

I\'m working with a spec that calls for a peculiar Datetime format that I haven\'t necessarily had to work with yet.

At Process time, an OFX (1 not 2) datetime must

3条回答
  •  难免孤独
    2021-01-14 23:33

    You need to find out exactly which 3 letter codes it needs. What would Europe/Paris give, for example? Personally, I'd convert the data to UTC and format it that way, unless you actually need to preserve the time zone information.

提交回复
热议问题