pkl tool datetime support
If I have the following date time string `Oct 08 2021 02:05:09 GMT` using ruby I can convert the string into date time object by using he following code
Time.parse("Oct 08 2021 02:05:09 GMT"
and this would return
`=> 2021-10-08 02:05:09 +0000`
Is there any dateFormatter or similar function in pkl to achieve this?
Any help would be appreciated
Kind regards
Nick
MacBook Pro 16″, macOS 15.0