You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// rfc3339ParseFunc, given an RFC3339 timestamp string, will parse and return an
253
+
// object representation of that date and time.
254
+
//
255
+
// This function is similar to the `rfc3339_parse` function in Terraform: https://registry.terraform.io/providers/hashicorp/time/latest/docs/functions/rfc3339_parse
256
+
// See also https://github.com/hashicorp/terraform-provider-time/blob/69f9f399b3ba82a6cf8e03052b00aeeddb0b74e1/internal/provider/function_rfc3339_parse.go
0 commit comments