Feature/timestamp messages (#68)

* added support for timestamps

* fixed tests

* Moved message class to own file; added 'z' to end of date strings

* added default time constructor

* removed unnecessary z

* added time string format info in comment

* changed from utc time to using local time
This commit is contained in:
Anthony Dresser
2016-09-30 11:46:32 -07:00
committed by GitHub
parent 3f77e14347
commit d451447ebc
5 changed files with 59 additions and 14 deletions

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration >
<packageSources>
<add key="Nuget" value="https://www.nuget.org/api/v2" />
<add key="DataTools Nuget" value="http://dtnuget/api/v2/" />
</packageSources>
</configuration>