Show the epoch: Difference between revisions

PARI and GP
(→‎{{header|Limbo}}: Add a more creative example for Limbo.)
(PARI and GP)
Line 490:
<pre>$ ocaml unix.cma epoch.ml
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}}==