UNPKG

molstar

Version:

A comprehensive macromolecular library.

14 lines (13 loc) 603 B
"use strict"; /** * Copyright (c) 2018-2020 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal <david.sehnal@gmail.com> */ Object.defineProperty(exports, "__esModule", { value: true }); exports.getMultiQuerySpecFilename = void 0; function getMultiQuerySpecFilename() { var date = new Date(); return "result_".concat(date.getMonth() + 1, "-").concat(date.getDate(), "-").concat(date.getHours(), "-").concat(date.getMinutes(), "-").concat(date.getSeconds(), ".tar.gz"); } exports.getMultiQuerySpecFilename = getMultiQuerySpecFilename;