Replies: 2 comments 1 reply
-
I reckon I landed on that epoch converter site about 6 seconds before all
the zeros appeared.
…On Wed, 15 Nov 2023 at 16:29, Dave Festing ***@***.***> wrote:
...briefly mesmerised ... but how long had you been watching waiting for
it to happen??
—
Reply to this email directly, view it on GitHub
<#12973 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV562M7B2ETT6VYQWC4PYHTYERHKJAVCNFSM6AAAAAA7LW3RCWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TKNZSHA2DM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I should!
…On Wed, 15 Nov 2023, 6:12 pm Dave Festing, ***@***.***> wrote:
The usual Kiwi-response is ... maybe you should buy a Lotto ticket :)
—
Reply to this email directly, view it on GitHub
<#12973 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV562M3QHFJ7MO2MHCRXLFTYERTM3AVCNFSM6AAAAAA7LW3RCWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TKNZTGQ4DO>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've struggled a lot with timestamping events that occur in my esp32 code before the device knows what the current real time is. The micro starts counting from midnight Jan1 2000 so pre real-time-awareness timestamps have to be subsequently offset. The school of 'you did it wrong again stupid' has taught me to apply sensibility tests to anything I calculate in software. My de facto test for any timestamp, especially the offset ones, is to check it's epoch seconds is greater than the value at the time I wrote the code, crude but effective during code development in preventing wrongly stamped readings vanishing because the external database's house cleaning has erased them as they look to be too old.
Anyway I was re-writing some code a couple of hours ago & instinctively checked the current epoch online to manually upgrade the utc value for
I sat there briefly mesmerised as the unix epoch rolled over past 1700000000 before my eyes, what are the odds?
Beta Was this translation helpful? Give feedback.
All reactions