Learn R Programming

ankiR (version 0.6.0)

anki_timestamp_to_date: Convert Anki timestamp to date

Description

Converts Anki's millisecond-epoch timestamps to Date objects.

Usage

anki_timestamp_to_date(x)

Value

Date object

Arguments

x

Numeric timestamp in milliseconds since Unix epoch (1970-01-01)

Examples

Run this code
# Convert a typical Anki timestamp
anki_timestamp_to_date(1368291917470)

Run the code above in your browser using DataLab