We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
zachdaniel
jimsynz
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 25c924d commit c3304a1Copy full SHA for c3304a1
test/support/complex_calculations/resources/documentation.ex
@@ -61,6 +61,7 @@ defmodule AshPostgres.Test.ComplexCalculations.Documentation do
61
end
62
63
defmodule AshPostgres.Test.TimezoneHelper do
64
+ @moduledoc false
65
def seoul_time do
66
# Fixed datetime for testing - equivalent to 2024-05-01 21:00:00 in Seoul (UTC+9)
67
~U[2024-05-01 12:00:00Z] |> DateTime.shift_zone!("Asia/Seoul")
0 commit comments