You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello , i want to create OTP token using Arduino TOTP Library. I dont know how to get number of seconds since Epoch using your library. Can you help please ?
The text was updated successfully, but these errors were encountered:
Hello, yes, that's it. Thank you !
From: Arnd <notifications@github.com>
Sent: Tuesday, January 19, 2021 4:24 PM
To: Zanduino/MCP7940 <MCP7940@noreply.github.com>
Cc: Tomislav <tomislav@softlab.hr>; Author <author@noreply.github.com>
Subject: Re: [Zanduino/MCP7940] How can i get number of seconds since Epoch (#59)
This would be done in the DateTime class using "unixtime" - that would be the number of seconds since 01.01.1970 00:00:00.
See the library wiki page at DateTimeClass<https://github.com/Zanduino/MCP7940/wiki/DateTimeClass>
Does that answer your question?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#59 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AH6ST2XW7OB6FNSKJGBXXTLS2WP2RANCNFSM4WI4Q7NQ>.
Hello , i want to create OTP token using Arduino TOTP Library. I dont know how to get number of seconds since Epoch using your library. Can you help please ?
The text was updated successfully, but these errors were encountered: