- Jun
- 27
- 0
Are there any functions or scripts to convert the current date/time or a user-specified date/time to UNIX epoch seconds (seconds since 1970-01-01 00:00:00 UTC) ?
I see that %@makeage[] and %@agedate[] are good contenders, but I want the UNIX time stamp system, not the NTFS time stamp system. TIA for any help.
This is not urgent. In the interim, I have written a batch file that uses date.exe from the core-utils package at GnuWin32.sourceforge.net. I just wanted to know if I could have done the same thing with TCC functions.
I see that %@makeage[] and %@agedate[] are good contenders, but I want the UNIX time stamp system, not the NTFS time stamp system. TIA for any help.
This is not urgent. In the interim, I have written a batch file that uses date.exe from the core-utils package at GnuWin32.sourceforge.net. I just wanted to know if I could have done the same thing with TCC functions.