What is "temporal"

The API Temporal provides standard objects and functions if working/manipulating dates and times in Javascript. The idea is to provide a new API as an alternative to Date.

This API is defined here and is currently in stage 3 of TC39 process.

This question has several details about the API. More details can be found on documentation.