Page 60 of 61

Re: TDOC

Posted: Tue Oct 29, 2013 9:48 pm
by Hyperboreauk
We'll done to the winners.

Re: TDOC

Posted: Wed Dec 04, 2013 12:06 am
by la sagesse du destin
Don't miss the very exiting new raffle.

Charles

Re: TDOC

Posted: Wed Dec 04, 2013 12:17 am
by la sagesse du destin
Very exiting Raffle with a musical Surprise every day.

Please EB, Isn't it a Prize for the Fourth, the Fifth and the Sixth?

Charles

Re: TDOC

Posted: Wed Dec 04, 2013 11:22 am
by redziller
Maybe that's the raffle side 1-3 then 7-10 :wink:

Re: TDOC

Posted: Thu Dec 05, 2013 11:54 pm
by redziller
By the way if anyone cares, I suspect the file names are the number of 1,000ths of a second since 1st Jan 1970 that the file was made.

:roll:

Re: TDOC

Posted: Fri Dec 06, 2013 1:36 pm
by GlynRichards
Nearly, a little c# would help here.

To prove we're in the right ball park

Code: Select all

TimeSpan span = DateTime.Now.Subtract(new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc));
var test = span.TotalMilliseconds;
Debug.WriteLine(FromUnixTime((long)test).ToLongDateString() + " : " + FromUnixTime((long)test).ToLongTimeString());
Then using the method:

Code: Select all

public static DateTime FromUnixTime(long unixTime)
{
    var epoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Unspecified);
    return epoch.AddMilliseconds(unixTime);
}
And the test code for the first six files:

Code: Select all

Debug.WriteLine(FromUnixTime(1385911000982).ToLongDateString() + " : " + FromUnixTime(1385911000982).ToLongTimeString());
Debug.WriteLine(FromUnixTime(1385937608568).ToLongDateString() + " : " + FromUnixTime(1385937608568).ToLongTimeString());
Debug.WriteLine(FromUnixTime(1386027147972).ToLongDateString() + " : " + FromUnixTime(1386027147972).ToLongTimeString());
Debug.WriteLine(FromUnixTime(1386111911408).ToLongDateString() + " : " + FromUnixTime(1386111911408).ToLongTimeString());
Debug.WriteLine(FromUnixTime(1386197021374).ToLongDateString() + " : " + FromUnixTime(1386197021374).ToLongTimeString());
Debug.WriteLine(FromUnixTime(1386283961430).ToLongDateString() + " : " + FromUnixTime(1386283961430).ToLongTimeString());
Would actually yield these results... not quite the file creation date but not far off.

Code: Select all

06 December 2013 : 11:32:07 // The first test example
01 December 2013 : 15:16:40 // The first file
01 December 2013 : 22:40:08 // The second file
02 December 2013 : 23:32:27 // etc.
03 December 2013 : 23:05:11
04 December 2013 : 22:43:41
05 December 2013 : 22:52:41

Re: TDOC

Posted: Fri Dec 06, 2013 9:38 pm
by redziller
I missed the bit where you accounted for leap-seconds? :wink:

Re: TDOC

Posted: Sun Oct 05, 2014 1:19 am
by TDludo
Nice updates for the TDOC members these days, including a new (and funny) raffle ! 8)

Re: TDOC

Posted: Sat Oct 18, 2014 4:48 am
by Red Morpho
Enjoyed working out the raffle

Re: TDOC

Posted: Sun Nov 16, 2014 12:13 am
by Einstein's Barber (ADMIN)
Hi Guys,

The AUTUMN RAFFLE SOLUTIONS are ON now - just check the TDOC online club!
Congratulations to all the winners - great that you all participated, thanks!

Regards,
EB (ADMIN)

Re: TDOC

Posted: Fri Jul 03, 2015 4:31 am
by Insvims
TDOC is updated in most sections. Lots of new features.

PS. This forum is almost completely dead. It's me and a very few others that contribute from time to time. Where are the 672 members?

Re: TDOC

Posted: Fri Jul 03, 2015 8:47 am
by ant
:( Don't know, 'tis strange but 'tis their loss I fear. Even though the Maestro himself has left us for a better place, I cannot stop having interest in my favourite band of all time. Thorsten was with Edgar for a considerable time so I feel he is a worthy person to carry on the TD name for Edgar and to also have Mr Baumann back is great (Just a shame he didn't get to do it with Edgar). We also have Hoshiko who contributed to the band admirably since 2011 and newcomer Ulrich. What is there not to look forward to. If every band that sadly lost a member decided to stop then the world would be a sad sad place. Imagine if the Stones had split when Brian Jones died!! They are now still going after over 50 years. As far as I am concerned TD still lives in the name of Mr Froese and as long as it does I will be there and part of it. I am really looking forward to the new album and the concerts in 2016. Long Live TD!! Don't desert them, support them and keep Edgar's name and works alive. :D

Re: TDOC

Posted: Fri Jul 03, 2015 2:29 pm
by Insvims
ant wrote::( Don't know, 'tis strange but 'tis their loss I fear. Even though the Maestro himself has left us for a better place, I cannot stop having interest in my favourite band of all time. Thorsten was with Edgar for a considerable time so I feel he is a worthy person to carry on the TD name for Edgar and to also have Mr Baumann back is great (Just a shame he didn't get to do it with Edgar). We also have Hoshiko who contributed to the band admirably since 2011 and newcomer Ulrich. What is there not to look forward to. If every band that sadly lost a member decided to stop then the world would be a sad sad place. Imagine if the Stones had split when Brian Jones died!! They are now still going after over 50 years. As far as I am concerned TD still lives in the name of Mr Froese and as long as it does I will be there and part of it. I am really looking forward to the new album and the concerts in 2016. Long Live TD!! Don't desert them, support them and keep Edgar's name and works alive. :D
Well said. I agree.

Re: TDOC

Posted: Fri Jul 03, 2015 4:05 pm
by TDludo
Insvims wrote:TDOC is updated in most sections. Lots of new features.
So what are these updates, precisely ? I would like to know, please... :)

Re: TDOC

Posted: Fri Jul 03, 2015 5:50 pm
by Insvims
TDludo wrote:
Insvims wrote:TDOC is updated in most sections. Lots of new features.
So what are these updates, precisely ? I would like to know, please... :)
All you have to do is register for TDOC.