module timelinelib.features.experimental.experimentalfeaturenegativejuliandays

timelinelib.features.experimental.experimentalfeaturenegativejuliandays.CONFIG_NAME = 'Accept negative Julian days'
timelinelib.features.experimental.experimentalfeaturenegativejuliandays.DISPLAY_NAME = 'Accept negative Julian days'
timelinelib.features.experimental.experimentalfeaturenegativejuliandays.DESCRIPTION = "\n Enables the use of dates before Julian day = 0 (4713 BC)\n\n This means that prehistorical dates can be used.\n We are not quiet sure that the calculations works correctly\n for negative julian days and therefore it's an experimental feature.\n\n Be aware of the fact that a timeline created with this feature active,\n may not be readable with Timeline if the feature is switched off.\n "
class timelinelib.features.experimental.experimentalfeaturenegativejuliandays.ExperimentalFeatureNegativeJulianDays[source]

Bases: timelinelib.features.experimental.experimentalfeature.ExperimentalFeature

__init__()[source]

Initialize self. See help(type(self)) for accurate signature.

set_active(value)[source]