Skip to content

Instantly share code, notes, and snippets.

@moenk
Created February 26, 2024 10:41
Show Gist options
  • Save moenk/541f4e4a632447532d7d1e6b312f95fd to your computer and use it in GitHub Desktop.
Save moenk/541f4e4a632447532d7d1e6b312f95fd to your computer and use it in GitHub Desktop.
VB .net UiPath Unix Timestamp to String
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