EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Parse a datestring using a standard time format template into an internal time representation. The format must follow the C strptime format, outlined in this document: https://pubs.opengroup.org/onlinepubs/009695399/functions/strptime.html
Name | Type | Description |
---|---|---|
date_string | string | The time as a string, should match the format object. |
format | string | The string format according to the C strptime format https://pubs.opengroup.org/onlinepubs/009695399/functions/strptime.html |