Show the epoch: Difference between revisions

Content added Content deleted
(→‎{{header|Limbo}}: Add a more creative example for Limbo.)
(PARI and GP)
Line 490: Line 490:
<pre>$ ocaml unix.cma epoch.ml
<pre>$ ocaml unix.cma epoch.ml
January 1, 1970</pre>
January 1, 1970</pre>

=={{header|PARI/GP}}==
GP has no built-in date or time system.
<lang parigp>system("date -ur 0")</lang>

PARI, as usual, has access to the same resources as [[#C|C]].


=={{header|Pascal}}==
=={{header|Pascal}}==