Commit da946f9
authored
Fixes an issue where the default timestamp was set to 0 (#34)
Since `DateTime` is a value type, we must define it as nullable
otherwise it's default value will be 0 (resulting in default timestamps
of `0001-01-01T00:00:00.000Z`).1 parent 60aa89b commit da946f9
2 files changed
Lines changed: 12 additions & 1 deletion
File tree
- Float.TinCan.ActivityLibrary.Tests
- Float.TinCan.ActivityLibrary
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
16 | 27 | | |
17 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments