Compare commits
2 Commits
9165ce0bd0
...
9a5e5d8c0d
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a5e5d8c0d | |||
| 603055797b |
@@ -91,7 +91,7 @@ class PartitionManager {
|
||||
/**
|
||||
* Calculate the start and end timestamps (milliseconds) for a given date.
|
||||
* @param {Date} date - The date to calculate for.
|
||||
* @returns {Object} { startMs, endMs, partitionSuffix }
|
||||
* @returns {Object} { startMs, endMs, partitionSuffix }
|
||||
*/
|
||||
getPartitionInfo(date) {
|
||||
const yyyy = date.getFullYear();
|
||||
|
||||
Reference in New Issue
Block a user