DimDroll

Results 3 issues of DimDroll

## Contributor Comments I had a hard time figuring out the reason behind using exactly 'global'. So shedding a little more light on it. ## Pull Request Checklist Thank you...

Hello Vector Team, It seems there is some sort of integer overflow happening during nanoseconds parsing: ``` .A = to_unix_timestamp(t'1970-04-15T05:59:59.254740992Z', "nanoseconds") # returns: # "A": 9007199254740992, .B = to_unix_timestamp(t'1970-04-15T05:59:59.254740993Z', "nanoseconds")...

type: bug
vrl: playground

Hello Vector Team, Thank you for great web playground that you host free of charge here: https://playground.vrl.dev/ I'm located in non-UTC aligned country and when I test timestamp transformation with...

type: feature
vrl: playground