I want to update the createtime of the entry using ECS. I have the date and time (i want) in a text string as 20001026120000.0Z - but I can't seem to update the create time with this value.
I can do it using seconds since epoch - (modify input_event( CreateTime =>123456789123) but this isn't very practical...anyone have any suggestions?
Thanks in advance.
I can do it using seconds since epoch - (modify input_event( CreateTime =>123456789123) but this isn't very practical...anyone have any suggestions?
Thanks in advance.