aboutsummaryrefslogtreecommitdiffstats
path: root/snippets/changes.snippets
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/changes.snippets')
-rw-r--r--snippets/changes.snippets4
1 files changed, 2 insertions, 2 deletions
diff --git a/snippets/changes.snippets b/snippets/changes.snippets
index 9ff8334..b3fae6b 100644
--- a/snippets/changes.snippets
+++ b/snippets/changes.snippets
@@ -1,5 +1,5 @@
snippet ch
-------------------------------------------------------------------
- `strftime("%a %b %e %X %Z %Y")` - `system('rpm --eval "%{packager}"|iconv -f utf-8 -t us-ascii//TRANSLIT')`
+ `system('LC_TIME=en_DK date "+%a %b %e %X %Z %Y"|tr -d "\n"')` - `system('rpm --eval "%{packager}"|iconv -f utf-8 -t us-ascii//TRANSLIT')`
- ${0}
-
+