Date/Time: Make sure current_time() always calculates the offset from GMT/UTC.
current_time()
Previously, UTC context was implied, but could be unreliable due to being affected by plugins.
Props Rarst, rahulsprajapati, marco.marsala. Fixes #37440.