Is there a way to make log4net roll over the file on utc time rather than server time? Right now my file stores logs in utc time. But it rolls over, i.e. creates a new file for each day on server time. The server is on Pacific time, so what happens is that yesterdays file has the first 8 hours of logs from todays file.
E.g. File for Nov-10 has logs until 07:59:59 am of Nov-11.
How do I make log4net roll over the file depending upon utc time?