Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)RA
Posts
0
Comments
105
Joined
2 yr. ago

  • These are the iso standard timestamps I regularly use in code, which are precise but unhandy. There is no butchering, it's just one of the full standards.

    As I said above it's highly unhandy to use the full string. The shortened two digits version is fully sufficient when operating in a controlled environment, because you know what each pair represents. As soon as you go into the great unknown, you can't say for sure what format is used anyway.

    What we can definitely agree on, is that a standard process would help a lot, whichever it is. Preferably one that works well with alphabetically sorting.

  • That's also great, but unhandy for manual use. Imaging a folder full of files like:

    2004-06-14T23:34:30+02:00_funnypic.png

    04-06-13_funnypic.png is much better in that regard, but obviously is not that precise.