Events-processing Output function timestamp: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:
* [[Events-processing_output#Available_Functions|Output]]
* [[Events-processing_output#Available_Functions|Output]]


=Output=
=Overview=


  timestamp(arg1)
Converts the argument into a timestamp.
 
  csv -o "timestamp(5)" ./data.csv


Converts the argument, which is a typed value of a property, into a timestamp.
Converts the argument, which is a typed value of a property, into a timestamp.

Revision as of 02:06, 9 September 2017

Internal

Overview

Converts the argument into a timestamp.

csv -o "timestamp(5)" ./data.csv

Converts the argument, which is a typed value of a property, into a timestamp.