erlsci / iso8601

An ISO 8601 date formating and parsing library for Erlang
MIT License
130 stars 93 forks source link

how to parse <<"12/Jun/2017:11:38:12 +0800">> #40

Open leeyisoft opened 7 years ago

leeyisoft commented 7 years ago

how to parse <<"12/Jun/2017:11:38:12 +0800">>

nginx time_local format like this sizeof(“28/Sep/1970:12:00:00 +0600”), how to parse it?

waisbrot commented 6 years ago

I think you want to configure Nginx to use $time_iso8601 (see https://nginx.org/en/docs/http/ngx_http_log_module.html#log_format).