Usage
editTemplate to calculate Earth time from Mars Sol and Mars time for the Mars2020 Mission. This template uses the Marstime template and adds values for a reference event for the Mars2020 Mission.
The usage of the template e.g.
- {{Mars2020time|Sol=58|Mars_time=12:35}}
will give the result
- 2021-04-19T07:34:26+00:00
That might be converted via the #time parser. E.g.
- {{#time: F d, Y \a\t G:i (e)| {{Marstime|...}}}}
will give the result
- April 19, 2021 at 7:34 (UTC)
2 Parameters
editMars Sol and Mars Time that will be converted:
- Sol (integer number)
- Mars_time (hh:mm)
Accuracy
editThe reference has a precision in the seconds range, so the output has the same accuracy.
Output
edit(Earth) Time with format according to Code c of Time parser: ISO 8601 formatted date, equivalent to Y-m-d"T"H:i:s+00:00.
May be converted via #time to different format.