On 17.11.21 20:28, MG wrote: [...]
3. I have never encountered any other assumption than the one that a Date carries the implicit time of midnight (00:00:00.000...). What other time would one logically pick, given that time intervals are by convention typically closed on the left and open on the right ?
But you have here already trouble. you can take the start of the day, or the end of the day. both is midnight, both based on the same date, but they are basically 24h apart. In my last project we mostly used end of the day for example. And in some parts actually 2:00 in the morning, because it is the time to run after some processes... which did not proof to be a good idea btw. bye Jochen