"UnixTime" (Interpreter Type)
Unix time specification in terms of number of seconds that have elapsed since January 1, 1970, 00:00:00 Coordinated Universal Time (UTC), not counting leap seconds.
Details
- "UnixTime" can be used in Interpreter and related constructs, including deployed smart form fields.
- Use of "UnixTime" does not require connectivity to the Wolfram Cloud.
Restriction Specifications
-
Restricted["UnixTime",{{choices1,…}}] one among choices Restricted["UnixTime",max] a Unix time before max Restricted["UnixTime",{min,max}] a Unix time between min and max Restricted["UnixTime",{min,max,unit}] a Unix time between min and max, with resolution unit
Options
- The following options can be used:
-
DigitBlock Infinity number of digits between breaks NumberSeparator {","," "} string to insert at breaks between blocks NumberSigns {"-",""} strings to use for signs of negative and positive numbers
Interpretation
- "UnixTime" yields a DateObject with a TimeObject at its second argument.