79575177

Date: 2025-04-15 12:46:57
Score: 1
Natty:
Report link

Bart, you are right, the Java program does a conversion. After conversion, the query looks like this:


DECLARE @d1 datetimeoffset
SET @d1 = '20150623 23:00:00Z'

DECLARE @d2 datetimeoffset
SET @d2 = DATEADD(dd, 1, @d1)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Stephen