File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ namespace Fiscalapi.XmlDownloader;
3131
3232public static class DownloaderExtensions
3333{
34- private const string SatFormat = "yyyy-MM-ddTHH:mm:ss.fffZ" ;
34+ //private const string SatFormat = "yyyy-MM-ddTHH:mm:ss.fffZ";
35+ private const string SatFormat = "yyyy-MM-ddTHH:mm:ss.000Z" ;
3536
3637 /// <summary>
3738 /// Converts a DateTime to the SAT format (yyyy-MM-ddTHH:mm:ss)
Original file line number Diff line number Diff line change 44 <TargetFramework >net8.0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
7- <Version >5.0.10 </Version >
7+ <Version >5.0.11 </Version >
88 <AssemblyVersion >$(Version)</AssemblyVersion >
99 <FileVersion >$(Version)</FileVersion >
1010 <PackageVersion >$(Version)</PackageVersion >
You can’t perform that action at this time.
0 commit comments