On FreeBSD 12-current r310018, I am getting the following error when trying to sync with dropbox-api-command-2.09:
$ dropbox-api sync dropbox:/ Dropbox/
Can't call method "epoch" on an undefined value at /usr/local/bin/dropbox-api line 1115.
Line 1115 is:
my $remote_epoch = $strp->parse_datetime($content->{client_modified})->epoch;
Note that I have p5-DateTime-Format-Strptime-1.70 installed.
Any ideas what this could be?