Closed
Description
Component(s)
pkg/ottl
Is your feature request related to a problem? Please describe.
atm Time is simple and converts string
to time.Time
Describe the solution you'd like
supporting custom format
, timezone
seems like a must for some of my use cases
and locale
would be really nice to have
Describe alternatives you've considered
No response
Additional context
No response
Tasks
- updated docs [pkg/ottl] Updated docs for Time converter #32185
- handling timezone leveraging location support we already have in a library [pkg/ottl] Added support for timezone in Time converter #32479
- adding support for locale into our time library (separate issue [pkg/ottl] Adding support for locale into our time parsing library #32977)
- exposing locale in Time converter (separate issue [pkg/ottl] Support for locale #32978)