html >> Time

by user1900 » Sun, 18 Dec 2005 08:59:49 GMT

Here is a typical line from one of the locally stored synchronization files
created by DW 8. In order to understand what is happening with synchronization
and to debug problems that seem to arise, I would like to know exactly how the
numeric quantities local and remote are derived? Anyone know? I know they are
some kind of time stamp, but exactly how are they formatted and what is their
exact technical definition?

file name="default.asp" local="127793287726650000" remote="127793401800000000"
testing="0"/

Thank you,

MCM



Similar Threads

1. Select Records between Date/Time & Date/Time?

I've built a Point-of-Sale using "classic" asp (it's what I know) and I'm 
trying to get daily sales totals.  The problem is sales for the day do not 
stop at 11:59pm.  What is a clean way to select the records from say 8:00am 
at start of business to 4:00am the next morning?  I should be able to figure 
this out, but I think I've been looking at this too long...

Any help would be appreciated!

Thanks,
Greg

2. ASP to re-load page from time to time to reset varaibles - ASP

3. Time Function returns Wrong Time

I am writing an ASP program that includes a Form.

When the Form is submitted I use the Date() and Time() functions to put the 
date and time into the Body part of the e-mail.
The time reported is three hours earlier than the time at which the Form is 
actually submitted.

I understand these functions are evaluated on the server so the server must 
be in a time zone three hours earlier than where I am .

Is there any way I can get the local time at the location where the user is 
actually located. ??

Thanks 


4. refresh client side time and server side time - ASP

5. Time/Date format and changing time to GMT

Hi All,

Sorry if this is the wrong newsgroup to post into, on this topic, if so, please
point me in the right direction.....

Currently working on a ASP for a friend, which requires the date and
time on it.  It pulls in entries from an Access Database with dates and
times in the format of:
        "Fri Oct 17 18:02:46 2003"
However my date and time on the ASP page is displayed as:
        "Friday, October 17, 2003 18:02:46"
using the script:
        "<%Session.LCID = 1033%>
         <%=FormatDateTime(Date(), vbLongDate)%>
         <%Session.LCID = 2057%>
         <%=time()%>"

Anyone know how to change this script, fully or partly to produce the
date and time on the format that's in the access database i.e. "Fri Oct 17
18:02:46 2003"

Also, as the ASP host I'm using in based in the US (Norfolk I believe),
it is displaying the time not as GMT which the web site would be viewed
in, anyway of changing this?

Thanks for any help.

-- 
Cheers
Shai Boy
(Remove NOSPAM from email address)


6. Append time to selected small date time field - ASP

7. Time zone and 24 hours time format

Hi,

What time zones tend to use 24 hours time format?  Googling hasn't
been able to answer the question.

Thank you.

8. All Browsers seem to forget CSS-Styles from time to time - Adobe Dreamweaver