Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Python.Time
Read the “wall clock” time.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Python | 15.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Python.Time" )
Parameters
none
Result
Returns number or error.
Description
Read the “wall clock” time.Return the time in seconds since the epoch as a floating-point number. The handling of leap seconds is platform dependent. On Windows and most Unix systems, the leap seconds are not counted towards the time in seconds since the epoch. This is commonly referred to as Unix time.
Examples
Query the time:
MBS( "Python.Time" )
Example result: 1743330201673808000
See also
Blog Entries
This function is free to use.
Created 30th March 2025, last changed 30th March 2025
