#!/bin/sh
export TZ=UTC # faketime uses UTC
exec date -d "$(dpkg-parsechangelog --count 1 -SDate)" --iso-8601=seconds
