Skip to content

Some standard functions are undefined in the language server (i.e. datetime_utc_to_local) #128

@ghost

Description

The following line results in a reported error The function 'datetime_utc_to_local' is not defined.

datatable(a:datetime)
[datetime("2024-01-01T12:00:00Z") ]
| extend b=datetime_utc_to_local(a, "Europe/Copenhagen")
//         ^-------------------^ The function 'datetime_utc_to_local' is not defined.
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions