Skip to content

andagr/EpochTime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EpochTime

This is a simple bridge between .NET's System.DateTime and Unix time.

Unix Time

Unix time is measured by counting the number of seconds since 1970-01-01 00:00 UTC (the Unix epoch). Please see the Wikipedia article on Unix time for more information.

Features

  • Implicit conversion between EpochTime and DateTime.
  • Equality operators.
  • Addition/subtraction of times.
  • Supports milliseconds.

About

A simple bridge between DateTime and Unix time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages