FilesystemDateStamp
Date and time stamp based on year zero epoch, with millisecond resolution
Notes:
- Dates before 1/1/1970 will result in unixTime() = -1.
- Dates before 1/1/1900 may result in invalid or inconsistent std::tm from timeDate().
- Daylight Saving Time is observed in unixTime() and timeDate(), but not in the *_utc() variants.
Category: Utility
Base class: _BlipValue
Subclasses: DateStamp
Properties
date : int
durationInSeconds : float (Read-Only)
time : int
Constructors
__init__(self)
__init__(self, rhs: FilesystemDateStamp)
Methods
asPathString(self) -> str
The current date stamp formatted such that it can be included safely in a file or folder name in Windows. e.g. 21_oct_2025_14h35m59s780ms
Returns A string of the current formatted date stamp.