HttpInternetTimeToString

Converts the Internet Time value into a date and time ASCIIZ string.

Syntax

    #include <httpexp.h>
    
    int HttpInternetTimeToString (
      UINT32   utcTime,
      void    *ins);
    

Parameters

utcTime
(IN) Specifies the Internet time value.
ins
(OUT) Points to the string into which the formatted Internet Time will be written.

Return Values

If successful, returns 0. Otherwise, returns a nonzero error code.