This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Timestamps in Different Timezones</title> | |
<style> | |
body { | |
background-color: black; | |
color: white; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
newmine.lua | |
kyle1elyk 2021-02-27 | |
CraftOS 1.8 | |
Uses: mpeterv/argparse (with minor conversion to CraftOS 1.8) | |
https://raw.githubusercontent.com/mpeterv/argparse/master/src/argparse.lua | |
]] |