aboutsummaryrefslogtreecommitdiff
path: root/internal/yeet
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-04-20 13:12:56 -0400
committerXe Iaso <me@xeiaso.net>2024-04-20 13:14:24 -0400
commit898fd37fa6698f3ba9630375fc14e8d178f66316 (patch)
treee6bff0445f49d5ad4ddfd4a745f007ae27a3c01a /internal/yeet
parentb8d747ba70f04b71c659dcd684ff0af091f1bbe6 (diff)
downloadx-898fd37fa6698f3ba9630375fc14e8d178f66316.tar.xz
x-898fd37fa6698f3ba9630375fc14e8d178f66316.zip
cmd/yeet: add RPM building and README
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'internal/yeet')
-rw-r--r--internal/yeet/yeet.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/yeet/yeet.go b/internal/yeet/yeet.go
index e21c664..bda26f2 100644
--- a/internal/yeet/yeet.go
+++ b/internal/yeet/yeet.go
@@ -25,7 +25,7 @@ func init() {
}
WD = lwd
- DateTag = time.Now().Format("200601021504")
+ DateTag = time.Now().UTC().Format("200601021504")
}
// ShouldWork explodes if the given command with the given env, working dir and context fails.