If you press F8 (which leads you to the options) you notice that it is the same thing which is called CTime.
Now, I may be wrong here, but I believe that CTime is their way of handing dates and times. I guess if you was in the US and you was connecting to a UK server, it's that which is taken into account rather than your timing.
It seems like it's a server sided time and they may use that to manipulate time and dates to activate events of such. I'm not aware, nor understand the format they use though.
However, using inspect element on the main page as well, you can also find ctime there as well.
The ctime() function converts the time value pointed to by time to local time in the form of a character string. A time value is usually obtained by a call to the time() function.
The string result that is produced by ctime() contains exactly 26 characters and has the format:
"%.3s %.3s%3d %.2d:%.2d:%.2d %d\n"
For example:
Mon Jul 16 02:03:55 1987\n\0
The ctime() function uses a 24-hour clock format. The days are abbreviated to: Sun, Mon, Tue, Wed, Thu, Fri, and Sat. The months are abbreviated to: Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, and Dec. All fields have a constant width. Dates with only one digit are preceded with a zero. The new-line character (\n) and the null character (\0) occupy the last two positions of the string.
TL;DR Seems like it's a thing called CTime which is used to make a time server sided. Unaware of their format.
If you press F8 (which leads you to the options) you notice that it is the same thing which is called CTime.
Now, I may be wrong here, but I believe that CTime is their way of handing dates and times. I guess if you was in the US and you was connecting to a UK server, it's that which is taken into account rather than your timing.
It seems like it's a server sided time and they may use that to manipulate time and dates to activate events of such. I'm not aware, nor understand the format they use though.
However, using inspect element on the main page as well, you can also find ctime there as well.
The ctime() function converts the time value pointed to by time to local time in the form of a character string. A time value is usually obtained by a call to the time() function.
The string result that is produced by ctime() contains exactly 26 characters and has the format:
"%.3s %.3s%3d %.2d:%.2d:%.2d %d\n"
For example:
Mon Jul 16 02:03:55 1987\n\0
The ctime() function uses a 24-hour clock format. The days are abbreviated to: Sun, Mon, Tue, Wed, Thu, Fri, and Sat. The months are abbreviated to: Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, and Dec. All fields have a constant width. Dates with only one digit are preceded with a zero. The new-line character (\n) and the null character (\0) occupy the last two positions of the string.
TL;DR Seems like it's a thing called CTime which is used to make a time server sided. Unaware of their format.
Seafight Events Date 07/29/2013 - Seafight - 6 Replies The months of events so we can be prepared for what events could be drawing closer.
Winter meltdown - January
ammo event
Pirate barons - February -march
Valentines day - febuary 14
skin event
battle week - march (old event)
multiple skin event
GFX-CorneR | The Corner for GFXer 10/03/2012 - General Art - 4 Replies Guten Tag ePvPers Community,
Mir kam gestern der Gedankenschuss ein Forum zu eröffnen, in dem es nur ums GFXen, etc. geht. Mir ist klar dass es schon einen Haufen, voll von solchen Foren gibt, jedoch wollte ich einfach mal ein Projekt, für ein solches starten. Falls ihr Lust und Interesse habt, registriert euch doch einfach mal. Da ich einfach nur eines der vorhandenen "PHPbb3" Themes genommen habe, und diese Buttons umgefärbt habe, ist das Forum u.U. noch ein wenig verbuggt, da ich aber,...