Incorrect Compiled On Date
Created by: VictorSCushman
For some reason the 'compiled on' date displayed by the ldpl
executable is behind by exactly one day.
Steps to reproduce the issue:
~/code/ldpl[master]$ date
Tue Mar 19 13:58:42 EDT 2019
~/code/ldpl[master]$ cd src
~/code/ldpl/src[master]$ make
g++ -g ldpl.o -o ldpl -static-libgcc -static-libstdc++
~/code/ldpl/src[master]$ ldpl --version
This is LDPL 19 version 2.1.1
Copyright 2018-2019, Martín del Río
Standard and documentation can be found on ldpl.lartu.net.
Source code can be found at https://github.com/lartu/ldpl.
LDPL may be copied only under the terms of the GNU General Public License 3.0.
Compiled on Mon Mar 18 14:53:28 EDT 2019
Information about the machine the error occured on:
~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.6 LTS
Release: 16.04
Codename: xenial
~$ uname -a
Linux vsc 4.15.0-45-generic #48~16.04.1-Ubuntu SMP Tue Jan 29 18:03:48 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux