gmisail / Nice

A static site generator that is not mean.
MIT License
24 stars 3 forks source link

Suppress the "YTC-Timestamp" Compatibility Warning #8

Closed gmisail closed 4 years ago

gmisail commented 4 years ago
YTimestamp.hx:102: Warning: UTC dates are not supported under this target
Post.hx:56: 2019-10-01 00:00:00
YTimestamp.hx:102: Warning: UTC dates are not supported under this target
Post.hx:56: 2020-10-01 00:00:00

This warning occurs because of the yaml library. Fork the library to not include this warning in the production version, or switch implementations.

Although not crucial, the warning is just an annoyance to the user.

gmisail commented 4 years ago

Building with --no-traces solves this issue.