Check out this example page for date and time manipulation:
DEMO
https://dateandtimezonetools.bubbleapps.io/testPage elements
1) UTC Time
This page elements works with the browser date/time and UTC date/time. It runs once on page load and returns several values.
a) The number of hours difference between the current timezone and UTC timezone (offset number).
b) Returns a new date/time which matches the current timezone's date/time, but in the UTC. (i.e. 3AM Eastern becomes 3AM UTC)
2) Time of Day
This page element takes a date input and sets the hours of that date input to a new value that you define. Good for using with date pickers, which will always use the local timezone when a date is selected or you may want to set a different time of day.