From 800a1aa3cbc0f47592bf136524d7919499400039 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 30 May 2021 04:12:34 -0600 Subject: [PATCH] demo: convert between zones, show some code --- index.html | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 85 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index da64f94..577417e 100644 --- a/index.html +++ b/index.html @@ -36,8 +36,58 @@ Current Time Offset: -0000
+
+

Convert Between Time Zones:

+ +
+ + +
+ + +
+ + +
+
+ +
+
+ +
+

Relative TimeZone to Absolute UTC:

+
XTZ.toUTC("YYYY-03-14 03:15:69.000", "UTC")
+   .toISOString()
+//