#!/usr/bin/perl
use POSIX strftime;
print strftime ("czech_republic-%Y-%m-%d.osm.pbf",localtime(time() - 2* 24 * 3600));
