RosettaCodeData/Task/Show-the-epoch/JavaScript/show-the-epoch.js

2 lines
43 B
JavaScript

document.write(new Date(0).toUTCString());