Go to the source code of this file.
Data Types | |
| interface | datetime |
| Compact representation of date and time Stores all components in minimal integer kinds to reduce memory usage. All fields are public for easy access. More... | |
Functions/Subroutines | |
| type(datetime) function, public | now () |
| Return current local date and time Uses intrinsic date_and_time() and populates all fields including milliseconds. | |