mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
Merge branch 'v0.7.0' of https://github.com/IfcOpenShell/IfcOpenShell into v0.7.0
This commit is contained in:
@@ -65,7 +65,7 @@ DEFAULTS = {
|
|||||||
"application": lambda d: "IfcOpenShell-%s" % main.version,
|
"application": lambda d: "IfcOpenShell-%s" % main.version,
|
||||||
"application_version": lambda d: main.version,
|
"application_version": lambda d: main.version,
|
||||||
"project_globalid": lambda d: compress(uuid.uuid4().hex),
|
"project_globalid": lambda d: compress(uuid.uuid4().hex),
|
||||||
"schema_identifier": lambda d: main.schema_identifier,
|
"schema_identifier": lambda d: "IFC4",
|
||||||
"timestamp": lambda d: int(time.time()),
|
"timestamp": lambda d: int(time.time()),
|
||||||
"timestring": lambda d: time.strftime("%Y-%m-%dT%H:%M:%S", time.gmtime(d.get("timestamp") or time.time())),
|
"timestring": lambda d: time.strftime("%Y-%m-%dT%H:%M:%S", time.gmtime(d.get("timestamp") or time.time())),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user