[installation] Change to nightly

This commit is contained in:
2025-10-30 12:04:59 +01:00
parent 2ff097f9d1
commit a31bc45cce
1441 changed files with 60368 additions and 56360 deletions

View File

@ -135,7 +135,7 @@ double quantityUncertainty(const T &o) {
*/
template <typename T>
void touch(T &o) {
Core::Time now = Core::Time::GMT();
Core::Time now = Core::Time::UTC();
try {
CreationInfo &ci = o.creationInfo();
@ -521,11 +521,11 @@ class SC_SYSTEM_CORE_API DiffMerge {
std::string compare(T a, T b, bool quotes = false);
void reset ();
public:
LogNode(const Object* o1, int level);
LogNode(std::string title, int level);
public:
template <class T>
void add(std::string title, T a, T b);