I hereby claim:
- I am sharparam on github.
- I am sharparam (https://keybase.io/sharparam) on keybase.
- I have a public key whose fingerprint is 3DFA EBE6 51BF 2E64 3B1B 3A3F CFC0 1CAD 18FB A436
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| using System; | |
| namespace F16Gaming.WoW.AddonPackager.Extensions | |
| { | |
| public static class DateTimeExtensions | |
| { | |
| public static readonly DateTime Epoch = new DateTime(1970, 1, 1, 0, 0, 0, 0); | |
| public static long ToUnixTimestamp(this DateTime time) | |
| { |