summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-12 03:49:17 -0500
committerJeff Carr <[email protected]>2025-10-12 03:49:17 -0500
commitda51a674d5f492e1b431e235095c4a7dab4e6a93 (patch)
treeb0e7103d2f1e67af207633326af9a0e0ebbb7d24
parentaff745937b2c936f87cc48b82d0725f662bb1e30 (diff)
time is relative. keep it that way.v0.0.19
-rw-r--r--formatTime.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/formatTime.go b/formatTime.go
index 2dcc3c2..48e58fd 100644
--- a/formatTime.go
+++ b/formatTime.go
@@ -1,5 +1,7 @@
package cobol
+// time is relative. keep it that way.
+
import (
"time"
)