Ignore:
Timestamp:
Sep 24, 2013, 5:37:22 PM (12 years ago)
Author:
Silvan Scherrer
Message:

Samba Client 2.1: some more timestamp work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/client-2.1/src/ndpsmb.c

    r813 r816  
    6262        struct tm gmtime = { 0 };
    6363
    64         debug_printf( "fsphDosDateToUnixTime time %02d:%02d\n", ftime.hours, ftime.minutes);
     64        debug_printf( "fsphDosDateToUnixTime time %02d:%02d:%02d\n", ftime.hours, ftime.minutes, ftime.twosecs*2);
    6565        gmtime.tm_mday = fdate.day;
    6666        gmtime.tm_mon = fdate.month-1;
     
    8080        *time += 3600;
    8181        }
     82        debug_printf( "fsphDosDateToUnixTime time2 %d %s", *time, ctime( (time_t*)time));
    8283#endif
    83         debug_printf( "fsphDosDateToUnixTime time2 %d %s", *time, ctime( (time_t*)time));
    8484}
    8585       
Note: See TracChangeset for help on using the changeset viewer.