RTC.adjust not correct

i am using a clock, and some times i have to ajust a little.
i use
RTC.adjust(DateTime(DATE, TIME));

for it in my sketch.
i tried that today, but time is not set correctly to the time of my chromebook.
it was set 2 hours earlier. (is it set to UTC ?)

Hi @RickTrias

Since sketches are compiled on the Create servers, the DATE_ and TIME values will be based on their time zone. Which I believe is UTC time.