Closed jogibear9988 closed 5 years ago
Hi Jochen, that's a good point. The TimeFormatter
works with the DateTime
structure, so it's not aware of time zones. So we could think about a setting for the formatter to either work with DateTime
or DateTimeOffset
. It would be great if you posted a PR for that.
Should be resolved with Release 2.4.0.0
In my Backend I store every DateTime as UTC, but I use SmartFormat for sending Messages to my customer. Is it possible to change the TimeZone of the DateTime via SmartFormat?