iccicci / rotating-file-stream

Opens a stream.Writable to a file rotated by interval and/or size. A logrotate alternative.
MIT License
280 stars 37 forks source link

UTC: interval & intervalBoundary #97

Open Bast1onCZ opened 10 months ago

Bast1onCZ commented 10 months ago

I'd like to use interval === '12h' & intervalBoundary === true, while the rotation would be aligned in UTC instead of my system timezone. Is it possible, please?

iccicci commented 6 months ago

Hi @Bast1onCZ , sorry for my late reply, but I'm so busy in this months.

v.3.2.0 adds intervalUTC which should do the trick.

Please report if it doesn't work or just close this issue in the other case.

Thank you