c# - Parse a date string into a certain timezone (supporting daylight saving time) - Stack Overflow
As no-one has provided any better solutions (which is very surprising!) i'm accept my own function as the answer, although i might make the function more concise and re-work it a bit later: public DateTimeOffset ReadStringWithTimeZone(string EnteredDate ....