Write a query to display the datetime timestamps of
- time exactly 4 days after the current time in UTC
- time at the beginning of the current day in UTC
both in the format DD/MM/YYYY HH:MM
. Example: 27/01/2023 12:18
Set headers for values as time4DaysLater
and timeCurrentDayStart
respectively.