A module for doing Gregorian -> Discordian date conversions.
Imported modules
|
|
import time
|
Functions
|
|
discord
main
string
|
|
discord
|
discord ( info )
Given a 9-tuple returned from time.localtime, etc., Return a
tuple consisting of the year, season, day, weekday, and a Boolean
indicating whether or not it's tib's day.
|
|
main
|
main ()
|
|
string
|
string (
data,
abbreviations=1,
holidays=1,
)
Given a 5-tuple of information about the Discordian date, return
a string representing it.
|
|