#' [Stable]

httpdate_as_gmt08(datestring)

Arguments

datestring

(character) A UTC HTTP date as character string, e.g. '2016-11-20T21:46:57.163000Z' with time zone included

Value

A POSIXct date object in GMT+08, e.g. '2016-11-21 05:46:57 AWST'

Examples

httpdate_as_gmt08("2016-11-20T21:46:57.163000Z")
#> [1] "2016-11-21 05:46:57 AWST"