[0] https://news.ycombinator.com/item?id=33266471
An origin server MUST NOT send a Date header field if it does not have a clock capable of providing a reasonable approximation of the current instance in Coordinated Universal Time. An origin server MAY send a Date header field if the response is in the 1xx (Informational) or 5xx (Server Error) class of status codes. An origin server MUST send a Date header field in all other cases.
So one could make the argument that if one choose to not have the correct time on their server then one must not send Date.
[Edit] I should that that FWIW if one wanted to tinker with time, one could change the system clock and/or recompile the web daemon to call time differently but this is a whole can of worms in and of itself. [3]
[1] - https://stackoverflow.com/questions/1610254/whats-the-ration...
[2] - https://stackoverflow.com/questions/4726515/what-http-respon...
[3] - https://blog.packagecloud.io/system-calls-are-much-slower-on...