Page 1 of 2

Bug Report: build date

PostPosted: 08.06.2013, 04:22
by dwj7738
9-May-2013 it should be stating 29-May-2013

Re: Bug Report: build date

PostPosted: 08.06.2013, 14:14
by aker
Do you mean the medium build date?

Re: Bug Report: build date

PostPosted: 09.06.2013, 00:16
by dwj7738
correct but the filename is builddate.txt

Re: Bug Report: build date

PostPosted: 09.06.2013, 09:26
by aker
Am I right, you started download on 29 May 2013, but wsusou shows 9 May 2013?

Re: Bug Report: build date

PostPosted: 09.06.2013, 10:00
by dwj7738
That is correct.. always missing the 1st number my short date format is dd-MMM-yyyy

Re: Bug Report: build date

PostPosted: 09.06.2013, 11:52
by aker
Which version of wsusou do you use? Which operating system? Which timezone?

Re: Bug Report: build date

PostPosted: 10.06.2013, 15:09
by dwj7738
Windows 7 x64
EST5EDT (UTC-5)
Latest version of WSUSOffline (it auto updates)

builddate.txt from run this morning "0-Jun-2013"

Re: Bug Report: build date

PostPosted: 10.06.2013, 15:43
by WSUSUpdateAdmin
Hi.

Please use a short date format supported by Microsoft (see http://support.microsoft.com/kb/241671/en-us):
  • MM/dd/yyyy
  • M/d/yy
  • M/d/yyyy
  • MM/dd/yy
  • yy/MM/dd
  • yyyy-MM-dd
  • dd-MMM-yy
Regards
T. Wittrock

Re: Bug Report: build date

PostPosted: 10.11.2013, 20:07
by Spider-Mann
In der Version 8.7.2 erstellt das Linuxscript keine "builddate.txt" mehr.
Folgende Zeile sollte reichen:
Code: Select all
date --date=now +%d.%m.%Y>../client/builddate.txt

Re: Bug Report: build date

PostPosted: 31.01.2014, 16:56
by hhullen
Spider-Mann wrote:In der Version 8.7.2 erstellt das Linuxscript keine "builddate.txt" mehr.
Folgende Zeile sollte reichen:
Code: Select all
date --date=now +%d.%m.%Y>../client/builddate.txt


Ich habe noch mal etliche ältere Versionen kontrolliert: mindestens seit Version 7.5 taucht diese Anweisung nur in "CreateISOImage.sh" auf, aber nicht in "DownloadUpdates.sh". Sieht so aus, als ob das so gewollt ist.