𝕾𝖕𝖎𝖈𝖞 𝕿𝖚𝖓𝖆@lemmy.world to Memes@lemmy.mlEnglish · 1 年前Japan is on its own wavelength.lemmy.worldimagemessage-square247linkfedilinkarrow-up11.08K
arrow-up11.08KimageJapan is on its own wavelength.lemmy.world𝕾𝖕𝖎𝖈𝖞 𝕿𝖚𝖓𝖆@lemmy.world to Memes@lemmy.mlEnglish · 1 年前message-square247linkfedilink
minus-squareUnaware7013@kbin.sociallinkfedilinkarrow-up5·1 年前This, but all run together. I write files/reports to disk a lot from scripts, so that’s my preferred format.
minus-squarenaught@sh.itjust.workslinkfedilinkarrow-up2·1 年前I just go for a unix timestamp and use terminal/filemanager to sort by or display the datetime
minus-squareUnaware7013@kbin.sociallinkfedilinkarrow-up3·1 年前Are you talking epoch? I don’t care for that mainly because it’s not human readable. I see the use for it, but I struggle with it in practical use.
minus-squarenaught@sh.itjust.workslinkfedilinkarrow-up3·1 年前Yep. I mostly like datetimes for simple sorting. If it needs to be human readable iso is the way to go tho.
This, but all run together.
I write files/reports to disk a lot from scripts, so that’s my preferred format.
I just go for a unix timestamp and use terminal/filemanager to sort by or display the datetime
Are you talking epoch? I don’t care for that mainly because it’s not human readable. I see the use for it, but I struggle with it in practical use.
Yep. I mostly like datetimes for simple sorting. If it needs to be human readable iso is the way to go tho.