I need to obtain hour and weekday into variables to be used in config file.
Hour can be obtain from $time_iso8601
using a regexp map, but it's overkill (like I said: based on regexp).
For weekday I cannot find any solution (not even a bad one).
Is there a better solution to implement those in nginx ?