How format UnixTime to "%Hh:%Mm:%Ss" ?

Marcone marcone at email.com
Sun Nov 15 01:04:41 UTC 2020


auto mytime = Clock.currTime().toUnixTime()

writeln(strftime("%Hh:%Mm:%Ss", mytime)); How can I make some 
like this in D?


More information about the Digitalmars-d-learn mailing list