BTS

Issue1283

Title Use ISO8601 date in /etc/grml/screenrc
Priority wish Status resolved
Superseder Nosy List korn
Assigned To Topics

Created on 2013-10-21.13:29:28 by korn, last changed 2013-11-07.09:15:31 by mika.

Messages
msg4667 (view) Author: mika Date: 2013-11-07.09:15:31
We believe that your issue has been closed by the upload of
Version 0.9.1 of grml-etc-core from Michael Prokop <mika@grml.org>.
The explanation is attached below

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 07 Nov 2013 09:54:32 +0100
Source: grml-etc-core
Binary: grml-etc-core
Architecture: source all
Version: 0.9.1
Distribution: grml-testing
Urgency: low
Maintainer: Michael Prokop <mika@grml.org>
Changed-By: Michael Prokop <mika@grml.org>
Description: 
 grml-etc-core - core etcetera files for the grml system
Changes: 
 grml-etc-core (0.9.1) grml-testing; urgency=low
 .
   [ Michael Prokop ]
   * [931ce01] Use ISO8601 date in /etc/grml/screenrc [Closes: issue1283]
     Thanks to Andras Korn for the suggestion
 .
   [ Thilo Six ]
   * [3d5b16f] Rewrite check4progs from etc/grml/script-functions
     [Closes: issue1279]
Checksums-Sha1: 
 96028832f81c456b62342ed248110d9465821e9a 945 grml-etc-core_0.9.1.dsc
 ff77473c0ebeb5de9b60910b3a1fb2dc665aa9dd 150302 grml-etc-core_0.9.1.tar.gz
 578d0e4d3e65ee77b705437c14d75100495144ee 137926 grml-etc-core_0.9.1_all.deb
Checksums-Sha256: 
 ff39b9deb95338b1a1456897344bf9bec232f183223dba968817e6662ee75f1e 945 grml-etc-core_0.9.1.dsc
 4383cf60c4de7512967ffa45b52cc83aa0f6fb52ee4bb010923b406d92656dd8 150302 grml-etc-core_0.9.1.tar.gz
 45c3980e83b4b5b1842ce0f417310f3931eb895c6a268c0de5c351dbd487ba8b 137926 grml-etc-core_0.9.1_all.deb
Files: 
 9856a52b4c97d09071df656d8d29b890 945 grml optional grml-etc-core_0.9.1.dsc
 df96e5fa22706d81875b20c022a84bf4 150302 grml optional grml-etc-core_0.9.1.tar.gz
 52c58978caf99d95b8b459a2046e130a 137926 grml optional grml-etc-core_0.9.1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlJ7VtoACgkQ2N9T+zficujpWACePcWf9EtV81WUfZ4kGjvqi9Le
UrEAoIPsulgqJT5r58gIn6eFtoYysvjC
=LXZI
-----END PGP SIGNATURE-----
msg4662 (view) Author: korn Date: 2013-10-21.14:17:40
Oooh, that was quick! Looks good, thanks!
msg4661 (view) Author: mika Date: 2013-10-21.13:53:59
Indeed, ISO8601 sounds like a better choice - thanks!

Implemented in:

 
https://github.com/grml/grml-etc-core/commit/931ce018a16c8881a4cf963d2b85c4c642627a64

Please let me know if I missed something.
msg4660 (view) Author: korn Date: 2013-10-21.13:29:28
%d.%m.%Y in /etc/grml/screenrc is a Germanism.

I'm not sure if it can easily be made locale dependent, so how about using
ISO8601 instead? (That would be %Y-%m-%d.) It's an unambiguous international
standard, after all.
History
Date User Action Args
2013-11-07 09:15:31mikasetstatus: fixed-in-git -> resolved
messages: + msg4667
2013-10-21 14:17:40kornsetmessages: + msg4662
2013-10-21 13:53:59mikasetstatus: unread -> fixed-in-git
messages: + msg4661
2013-10-21 13:29:28korncreate