Timeline for How to get milliseconds since Unix epoch?
Current License: CC BY-SA 4.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S 2 days ago | history | suggested | KIAaze | CC BY-SA 4.0 | Added explanation of flags used. |
| Nov 18 at 8:46 | review | Suggested edits | |||
| S 2 days ago | |||||
| Nov 22, 2019 at 12:53 | comment | added | Stéphane Chazelas | javabeangrinder, @TerryBrown's code wasn't a solution, just test code to verify that %3N is indeed 0-padded. | |
| Sep 14, 2019 at 15:45 | history | edited | Stéphane Chazelas | CC BY-SA 4.0 | added 118 characters in body |
| Aug 9, 2019 at 7:36 | comment | added | javabeangrinder | Thank you Terry! However %3N is indeed zero padded. Furthermore I do not think your solution would add zeroes, just delay the response ever so little. | |
| Aug 8, 2019 at 14:06 | comment | added | Terry Brown | Indeed elegant, +1. If like me you want to be sure %3N does the necessary left zero padding (without reading the docs. ;-), you can do while sleep 0.05; do date +%s%3N; done, and yes, the necessary zeros are in there. | |
| S Apr 8, 2014 at 16:49 | review | Low quality posts | |||
| Apr 8, 2014 at 21:04 | |||||
| S Apr 8, 2014 at 16:49 | review | First posts | |||
| Apr 8, 2014 at 17:04 | |||||
| Apr 8, 2014 at 16:34 | history | answered | javabeangrinder | CC BY-SA 3.0 |