Javier Pazos

Results 3 comments of Javier Pazos

If a crete a new DateTime with Kind Unespecified it works fine. new DateTime(item.StartTime.Ticks, DateTimeKind.Unspecified) ` {26/04/2022 9:00:00} Date: {26/04/2022 0:00:00} Day: 26 DayOfWeek: Tuesday DayOfYear: 116 Hour: 9 Kind:...

Thanks for the quick response @lezzi I've updated to 0.9.13 and I still have the same behavior. It works fine if I do it one by one, but fails when...

I realize I wasn't do it right. I was putting a list of items in Batch.PutItem(). I changed to do it like this and is working: > foreach (var chunk...