correct date format

Bu işleme şunda yer alıyor:
belliash 2012-01-29 11:08:58 +01:00
ebeveyn 79fd17755c
işleme 53843b56f9
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

@ -17,7 +17,7 @@ DISTDIR="/usr/portage/distfiles"
# Using this, the default tarball and image date format can be changed according to the
# requirement. This customizable format may be needed when you want to set different
# timestamp in output files. This option can be overridden by using -D option.
TARBALLDATE="%Y%m"
TARBALLDATE="%Y-%m"
# This option specifies a compression algorithm that will be used to produce any tarball
# images, including stages as well as Portage snapshots. Actually supported: bz2, gz, xz.