IE cookie datetime format

  • Thread starter Thread starter Arne Schittenhelm
  • Start date Start date
A

Arne Schittenhelm

Hello,

How can I convert IE's bizarre cookie datetime format in a readable
format?

Regards,
Arne
 
What specifically are you trying to do? IE uses the format specified in the
RFC...

--
Thanks,

Eric Lawrence
Program Manager
Internet Explorer Trust

This posting is provided "AS IS" with no warranties, and confers no rights.
 
What specifically are you trying to do? IE uses the format specified in the
RFC...

Hello,

I want a datetime format to work within C#. I added both numbers with
shift operators to a int64 var but the resulting number of ticks does
not represent an expediant datetime.
 
Back
Top