Created
February 26, 2024 10:41
-
-
Save moenk/541f4e4a632447532d7d1e6b312f95fd to your computer and use it in GitHub Desktop.
VB .net UiPath Unix Timestamp to String
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
strUnixtime = Math.Round((DateTime.UtcNow - New DateTime(1970, 1, 1, 0, 0, 0)).TotalSeconds).ToString |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment