'Range of Timestamps

I've got two datasets, both datasets have similar timestamps. When I print the range (with range() ) for the first dataset, I get the range of timestamps without problems. But when I do it for the second timestamp, I get "NA, NA". This is the format of the second dataset: format

Am I missing something?

Kind regards, Daniel



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source