datetime_to_raw: datetime_to_raw

View source: R/RcppExports.R

datetime_to_rawR Documentation

datetime_to_raw

Description

Covert a datetime value, encoded as an integer, to the binary representation of Windows filetime to POSIXct.

Usage

datetime_to_raw(sec_epoch)

Arguments

x

Integer representing the seconds from the epoch

Details

raw_to_datetime takes an raw vector encoding a 64-bit unsigned integer This value is the number of 100 nanoseconds since 1601-01-01.

Value

a raw vector of 8 bytes representing the number of 100 nanosecond units since 1601-01-01.


barefootbiology/heyexr documentation built on July 9, 2022, 3:35 a.m.