Skip to content

Instantly share code, notes, and snippets.

@bjartwolf
Created May 3, 2015 21:08
Show Gist options
  • Save bjartwolf/5dd60075093d1e7beefa to your computer and use it in GitHub Desktop.
Save bjartwolf/5dd60075093d1e7beefa to your computer and use it in GitHub Desktop.
type timestamp= NorwegianTimeStamp of ZonedDateTime | UtcTimeStamp of Instant
type reading = { TimeStamp: timestamp;
Value: decimal}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment