Page 1 of 1

UTC time conversion

Posted: Tue Jul 24, 2018 9:02 am
by Lebostein
Please add UTC functionality

1. An extra flag for file date functions for returning the UTC time instead of the local time:
GetFileDate(filename, type | #PB_Date_UTC)
DirectoryEntryDate(directory, type | #PB_Date_UTC)

2. An new Date() function
DateUTC() or an extra flag for Date() if it is possible

3. Time conversion routines
ConvertDate(date, flag) flag = #PB_Date_To_Local OR #PB_Date_To_UTC

Re: UTC time conversion

Posted: Sat Jul 28, 2018 11:58 am
by Sicro
+1

Re: UTC time conversion

Posted: Mon Aug 06, 2018 9:01 am
by wayne-c
+1