![]() |
|
|
#12 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3·2,083 Posts |
Quote:
[2008-11-13 18:05] It seems to be missing the seconds. Hence I changed the serverconfig file to the following instead: return date("%F\ %R:%s") Hopefully this will do the trick. I'll report back as soon as I get another result to check this one...
|
|
|
|
|
|
|
#13 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
186916 Posts |
Quote:
![]() [2008-11-13 18:14:1226621651] Okay, not working. I'm going to try it with a capital S now--I'm wondering if maybe "%s" represents the *result's* "time" value, whereas "%S" represents the seconds of the actual time? Last fiddled with by mdettweiler on 2008-11-14 at 00:18 |
|
|
|
|
|
|
#14 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
Quote:
![]() [2008-11-13 18:23:28] So, it seems that the solution is to set the serverconfig file to: return date("%F\ %R:%S") Now the only thing left to do is check and see if it works on Windows the same way.
|
|
|
|
|
|
|
#15 |
|
I ♥ BOINC!
Oct 2002
Glendale, AZ. (USA)
3·7·53 Posts |
Schweet!
Last fiddled with by IronBits on 2008-11-14 at 00:38 |
|
|
|
|
|
#16 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
|
|
|
|
|
|
#17 |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17×251 Posts |
While %R:%S will work, as you've noticed, there's a shortcut (listed in the link I gave): %T. It's like %H:%M:%S, and %R is like %H:%M, so it's the same thing as your code.
|
|
|
|
|
|
#18 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
141518 Posts |
|
|
|
|
|
|
#19 |
|
I ♥ BOINC!
Oct 2002
Glendale, AZ. (USA)
3×7×53 Posts |
So, this would be the optimal string to use then?
return date("%F\ %T") Windows probably works the same way. Carlos, can you give that a try????? |
|
|
|
|
|
#20 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3·2,083 Posts |
Quote:
|
|
|
|
|
|
|
#21 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3·2,083 Posts |
|
|
|
|
|
|
#22 |
|
I ♥ BOINC!
Oct 2002
Glendale, AZ. (USA)
21318 Posts |
Ok, so... would anyone have any heartburn if we did this?
--displayFormat = "%s*2^%s+1" -- use this for PRP type test displayFormat = "%s*2^%s-1" -- use this for LLR type test (default to this displayFormat = "%s,2,%s,-,1," -- use this for LLR type test (default We can get rid of the * and ^ to make it easier to parse ;) (I know, we already have everything parsing as it was, but it would be easier...) Just asking... not knowing how important the 'data line' is... Last fiddled with by IronBits on 2008-11-14 at 04:52 |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| This date in time... | E_tron | Lounge | 68 | 2013-10-03 06:23 |
| Didn't get the credits and no server logs | joblack | PrimeNet | 5 | 2010-07-02 22:31 |
| Last login Time/Date Poll | garo | Forum Feedback | 3 | 2007-09-11 20:31 |
| Last Logon Date/Time Missing | richs | Forum Feedback | 6 | 2007-09-11 14:51 |
| llrnet server down? | Molnar | Prime Sierpinski Project | 4 | 2006-10-19 14:32 |