mdesalvo / RDFSharp

Lightweight and friendly .NET library for realizing Semantic Web applications
Apache License 2.0
121 stars 26 forks source link

Stabilize handling of datetime-based literals in ValidateTypedLiteral #218

Closed mdesalvo closed 3 years ago

mdesalvo commented 3 years ago

Reduce complexity/redundancy of the parsing code for datetime-based literals Harmonize output masks to "Z" since RDFSharp always works with UTC timezone Replace usage of K formatter in favor of both Z and zzz