-
Notifications
You must be signed in to change notification settings - Fork 4
Support tag:yaml.org,2002:timestamp #77
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I had forgotten that there is a drafted standard for a standard timestamp tag in YAML: https://yaml.org/type/timestamp.html though I do recall seeing support for it in various YAML libraries.
We already nearly have support for this in src/core/history_entry.c which contains conformant timestamps. It would make sense to make this a first-class scalar type in libasdf...either returning the value as a struct timespec or maybe a thin wrapper around it that can also hold timezone information.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request