epochPOSIX: Converts UNIX epoch time to CEST time

Description Usage Arguments Details Value Examples

Description

Takes JSON date character string and returns POSIX character string, CEST time zone DST adjusted

Usage

1
epochPOSIX(gbgjsondate)

Arguments

gbgjsondate

The JSON date format used by th city of Gothenburg open data API

Details

This function takes a string of form "/Date(1234567891000+XX00)/" and returns a string containing the corresponding POSIX, CEST time zone time.

Value

raw A POSIX string showing the time in CEST, DST adjusted.

Examples

1
epochPOSIX("XXXXXX123465786456578")

thozh912/Lab5 documentation built on May 31, 2019, 11:17 a.m.