UTC time conversion
Posted: Tue Jul 24, 2018 9:02 am
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
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