Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/cal_upgrades' into cal_upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
chipkent committed Dec 15, 2023
2 parents 1297b99 + 1ffdb7d commit 40d2a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/server/deephaven/calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def calendar_name() -> str:
def calendar(name: Optional[str] = None) -> BusinessCalendar:
""" Returns the calendar with the given name.
The returned calendar is a 'io.deephaven.time.calendar.BusinessCalendar' Java object that can be used in Python.
The returned calendar is an 'io.deephaven.time.calendar.BusinessCalendar' Java object that can be used in Python.
For details on the available methods, see https://deephaven.io/core/javadoc/io/deephaven/time/calendar/BusinessCalendar.html.
These methods must be called with string arguments or with Java date-time objects. To convert Python date-time
objects to Java date-time objects, use the conversion functions in the 'deephaven.time' module.
Expand Down

0 comments on commit 40d2a6c

Please sign in to comment.