Dim timezone As Long
Dim ret as long
timezone = DateTime.DateParse("01/01/1970 00:00:00")
ret = DateTime.TimeParse("16:13:00") + timezone
Log (DateTime.Time(ret))
It's not logic:
if there is no problem with the date, it should not be a problem with the time
It is a bug and it will be fixed in the next version. TimeParse should consider the time zone.
Maybe the problem related here is the same.
It is a bug and it will be fixed in the next version. TimeParse should consider the time zone.
Can you post the code that demonstrates this issue?
Dim fulldatetime As Long
Dim date as String
fulldatetime=DateTime.TimeParse("06:00:00")
date=DateTime.Date(fulldatetime)