Commit 0b42b76
committed
fix: add Flickr date string fallback to TimestampToDateTimeConverter
- Try parsing "yyyy-MM-dd HH:mm:ss" format when Unix timestamp fails
- Re-enable DateTaken assertion in PhotoDescriptionIsDeserialized test1 parent a186af9 commit 0b42b76
2 files changed
Lines changed: 6 additions & 3 deletions
File tree
- src
- Flickr.Net.Test/Entities
- Flickr.Net/Internals/JsonConverters
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 39 | + | |
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
35 | 40 | | |
36 | 41 | | |
37 | 42 | | |
| |||
0 commit comments