回退分支

This commit is contained in:
2026-03-03 21:42:26 +08:00
parent 21ffef760f
commit 603055797b

View File

@@ -23,7 +23,7 @@ class PartitionManager {
/** /**
* Calculate the start and end timestamps (milliseconds) for a given date. * Calculate the start and end timestamps (milliseconds) for a given date.
* @param {Date} date - The date to calculate for. * @param {Date} date - The date to calculate for.
* @returns {Object} { startMs, endMs, partitionSuffix } * @returns {Object} { startMs, endMs, partitionSuffix }
*/ */
getPartitionInfo(date) { getPartitionInfo(date) {
const yyyy = date.getFullYear(); const yyyy = date.getFullYear();