#!/home/c/anaconda3/bin/python3

import stardate
import sys

sys.stdout.write(stardate.canonical(stardate.now()))
