This CD defines symbols to represent the basic physical units of time in the SI (syst\'eme international) system of units. and therefore most other modern systems such as "Imperial" and "U.S.".
This symbol represents the measure of one second of time. This is the standard SI unit measure for time.
This symbol represents the measure of one minute of time.
<OMOBJ xmlns="http://www.openmath.org/OpenMath"> <OMA> <OMS name="eq" cd="relations1"/> <OMA> <OMS name="times" cd="arith1"/> <OMI> 1 </OMI> <OMS name="minute" cd="units_time1"/> </OMA> <OMA> <OMS name="times" cd="arith1"/> <OMI> 60 </OMI> <OMS name="second" cd="units_time1"/> </OMA> </OMA> </OMOBJ>
<math xmlns="http://www.w3.org/1998/Math/MathML"> <apply><csymbol cd="relations1">eq</csymbol> <apply><csymbol cd="arith1">times</csymbol><cn>1</cn><csymbol cd="units_time1">minute</csymbol></apply> <apply><csymbol cd="arith1">times</csymbol><cn>60</cn><csymbol cd="units_time1">second</csymbol></apply> </apply> </math>
This symbol represents the measure of one hour of time.
<OMOBJ xmlns="http://www.openmath.org/OpenMath"> <OMA> <OMS name="eq" cd="relations1"/> <OMA> <OMS name="times" cd="arith1"/> <OMI> 1 </OMI> <OMS name="hour" cd="units_time1"/> </OMA> <OMA> <OMS name="times" cd="arith1"/> <OMI> 60 </OMI> <OMS name="minute" cd="units_time1"/> </OMA> </OMA> </OMOBJ>
<math xmlns="http://www.w3.org/1998/Math/MathML"> <apply><csymbol cd="relations1">eq</csymbol> <apply><csymbol cd="arith1">times</csymbol><cn>1</cn><csymbol cd="units_time1">hour</csymbol></apply> <apply><csymbol cd="arith1">times</csymbol><cn>60</cn><csymbol cd="units_time1">minute</csymbol></apply> </apply> </math>
This symbol represents the measure of one day of time. The definitions below ignore the possibilities of "leap seconds".
<OMOBJ xmlns="http://www.openmath.org/OpenMath"> <OMA> <OMS name="eq" cd="relations1"/> <OMA> <OMS name="times" cd="arith1"/> <OMI> 1 </OMI> <OMS name="day" cd="units_time1"/> </OMA> <OMA> <OMS name="times" cd="arith1"/> <OMI> 24 </OMI> <OMS name="hour" cd="units_time1"/> </OMA> </OMA> </OMOBJ>
<math xmlns="http://www.w3.org/1998/Math/MathML"> <apply><csymbol cd="relations1">eq</csymbol> <apply><csymbol cd="arith1">times</csymbol><cn>1</cn><csymbol cd="units_time1">day</csymbol></apply> <apply><csymbol cd="arith1">times</csymbol><cn>24</cn><csymbol cd="units_time1">hour</csymbol></apply> </apply> </math>
This symbol represents the measure of one week of time.
<OMOBJ xmlns="http://www.openmath.org/OpenMath"> <OMA> <OMS name="eq" cd="relations1"/> <OMA> <OMS name="times" cd="arith1"/> <OMI> 1 </OMI> <OMS name="week" cd="units_time1"/> </OMA> <OMA> <OMS name="times" cd="arith1"/> <OMI> 7 </OMI> <OMS name="day" cd="units_time1"/> </OMA> </OMA> </OMOBJ>
<math xmlns="http://www.w3.org/1998/Math/MathML"> <apply><csymbol cd="relations1">eq</csymbol> <apply><csymbol cd="arith1">times</csymbol><cn>1</cn><csymbol cd="units_time1">week</csymbol></apply> <apply><csymbol cd="arith1">times</csymbol><cn>7</cn><csymbol cd="units_time1">day</csymbol></apply> </apply> </math>
This symbol represents the measure of one month of (calendar) time.
<OMOBJ xmlns="http://www.openmath.org/OpenMath"> <OMA> <OMS name="in" cd="set1"/> <OMA> <OMS name="divide" cd="arith1"/> <OMS name="calendar_month" cd="units_time1"/> <OMS name="day" cd="units_time1"/> </OMA> <OMA> <OMS cd="interval1" name="integer_interval"/> <OMI> 28 </OMI> <OMI> 31 </OMI> </OMA> </OMA> </OMOBJ>
<math xmlns="http://www.w3.org/1998/Math/MathML"> <apply><csymbol cd="set1">in</csymbol> <apply><csymbol cd="arith1">divide</csymbol> <csymbol cd="units_time1">calendar_month</csymbol> <csymbol cd="units_time1">day</csymbol> </apply> <apply><csymbol cd="interval1">integer_interval</csymbol><cn>28</cn><cn>31</cn></apply> </apply> </math>
This symbol represents the measure of one year of (calendar) time.
<OMOBJ xmlns="http://www.openmath.org/OpenMath"> <OMA> <OMS name="in" cd="set1"/> <OMA> <OMS name="divide" cd="arith1"/> <OMS name="calendar_year" cd="units_time1"/> <OMS name="day" cd="units_time1"/> </OMA> <OMA> <OMS cd="interval1" name="integer_interval"/> <OMI> 365 </OMI> <OMI> 366 </OMI> </OMA> </OMA> </OMOBJ>
<math xmlns="http://www.w3.org/1998/Math/MathML"> <apply><csymbol cd="set1">in</csymbol> <apply><csymbol cd="arith1">divide</csymbol> <csymbol cd="units_time1">calendar_year</csymbol> <csymbol cd="units_time1">day</csymbol> </apply> <apply><csymbol cd="interval1">integer_interval</csymbol><cn>365</cn><cn>366</cn></apply> </apply> </math>
<OMOBJ xmlns="http://www.openmath.org/OpenMath"> <OMA> <OMS name="eq" cd="relations1"/> <OMA> <OMS name="times" cd="arith1"/> <OMI> 1 </OMI> <OMS name="calendar_year" cd="units_time1"/> </OMA> <OMA> <OMS name="times" cd="arith1"/> <OMI> 12 </OMI> <OMS name="calendar_month" cd="units_time1"/> </OMA> </OMA> </OMOBJ>
<math xmlns="http://www.w3.org/1998/Math/MathML"> <apply><csymbol cd="relations1">eq</csymbol> <apply><csymbol cd="arith1">times</csymbol><cn>1</cn><csymbol cd="units_time1">calendar_year</csymbol></apply> <apply><csymbol cd="arith1">times</csymbol><cn>12</cn><csymbol cd="units_time1">calendar_month</csymbol></apply> </apply> </math>