Skip to content

Commit

Permalink
DOC: Update harmonization fields file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wagner committed Oct 15, 2019
1 parent 934eb96 commit bde7636
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/Harmonization-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,16 @@ Microseconds are also allowed.

Sanitation normalizes the timezone to UTC, which is the only allowed timezone.

The following additional conversions are available with the convert function:

* timestamp
* windows_nt: From Windows NT / AD / LDAP
* epoch_millis: From Milliseconds since Epoch
* from_format: From a given format, eg. 'from_format|%H %M %S %m %d %Y %Z'
* from_format_midnight: Date from a given format and assume midnight, e.g. 'from_format_midnight|%d-%m-%Y'
* utc_isoformat: Parse date generated by datetime.isoformat()
* fuzzy (or None): Use dateutils' fuzzy parser, default if no specific parser is given


### FQDN

Expand Down

0 comments on commit bde7636

Please sign in to comment.