Closed paxcema closed 3 years ago
Whenever data subtype was TIMESTAMP, the current flow would incorrectly drop information (by using _standardize_date regardless of subtype). For more, see #512.
TIMESTAMP
_standardize_date
Choosing the function based on the subtype.
Why
Whenever data subtype was
TIMESTAMP
, the current flow would incorrectly drop information (by using_standardize_date
regardless of subtype). For more, see #512.How
Choosing the function based on the subtype.