Ok, I have a string like: 2011-03-02T15:30:00+01:00 I need to convert it in a SysTime object.
My problem is that from documentation I can't understand how to set +01:00 timezone on systime. I guess I'm missing something...
Andrea
Andrea Fontana via Digitalmars-d-learn Wed, 06 Jul 2016 07:28:28 -0700
Ok, I have a string like: 2011-03-02T15:30:00+01:00 I need to convert it in a SysTime object.
My problem is that from documentation I can't understand how to set +01:00 timezone on systime. I guess I'm missing something...
Andrea