1900 as per POSIX mktime() et al
| 83 | |
| 84 | // 1900 as per POSIX mktime() et al |
| 85 | static inline unsigned int baseYear() { |
| 86 | return 1900; |
| 87 | } |
| 88 | |
| 89 | // Minimal set of date operations. |
| 90 | friend Date operator+( const Date &date, int offset); |
nothing calls this directly
no outgoing calls
no test coverage detected