Skip to content

Commit

Permalink
description about export
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed May 28, 2024
1 parent b2c8cc7 commit 08fe092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/get_ledger_range_from_times.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type ledgerRange struct {
var getLedgerRangeFromTimesCmd = &cobra.Command{
Use: "get_ledger_range_from_times",
Short: "Converts a time range into a ledger range",
Long: `Converts a time range into a ledger range. Times must be in the format YYYY-MM-DDTHH:MM:SS.SSSZ.
Long: `Converts a time range into a ledger range and then it exports the range to a path in GCS. Times must be in the format YYYY-MM-DDTHH:MM:SS.SSSZ.
Some examples include: 2006-01-02T15:04:05-07:00, 2009-11-10T18:00:00-05:00, or 2019-09-13T23:00:00+00:00.
If the time range goes into the future, the ledger range will end on the most recent ledger. If the time
Expand Down

0 comments on commit 08fe092

Please sign in to comment.