Log Message:
-----------
pkg/aflow: embed timezone data to prevent initialization panics
Import `time/tzdata` to embed the timezone database directly into the compiled
binary. This prevents a `time.LoadLocation("US/Pacific")` panic when the `aflow`
package is initialized inside minimal Docker containers that lack OS-level
tzdata.