2.2.1.4.2 SMB_TIME

This is a 16-bit value in little-endian byte order used to encode a time of day. The SMB_TIME value is usually accompanied by an SMB_DATE (section 2.2.1.4.1) value that indicates what date corresponds with the specified time. An SMB_TIME value SHOULD be interpreted as follows. The field names below are provided for reference only. The time is represented in the local time zone of the server.

Field name and bitmask

Description

HOUR

0xF800

The hours. Values range from 0 to 23.

MINUTES

0x07E0

The minutes. Values range from 0 to 59.

SECONDS

0x001F

The seconds. Values MUST represent two-second increments.