nurse / strptime

a fast strptime engine
Other
38 stars 12 forks source link

strftime: Support %b format #12

Closed repeatedly closed 6 years ago

repeatedly commented 6 years ago

apache time format uses %b for month. So supporting %b is better.

I'm not sure %B is needed or not but no use case in fluentd for now. Skip %B in this patch.