date-time →
change-of-hour() → date-time

returns a temporal value corresponding to the same instant of the argument value but with a new value for the second part.

Parameters

This function has no parameters.

Examples

#"2024-01-15 12:30:45" | change-of-hour(8)  #"2024-01-15 08:30:45"

Kind: Function
Scope: temporal
Aliases: dateTime-to-change-of-hour


This site uses Just the Docs, a documentation theme for Jekyll.