Skip to content

Commit c475f27

Browse files
committed
Improve a comment
1 parent 9ba2d3d commit c475f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/DateTimeUtils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ object DateTimeUtils {
137137
}
138138

139139
/*
140-
* Converts milliseconds since epoch to Long.
140+
* Converts milliseconds since the epoch to microseconds.
141141
*/
142142
def fromMillis(millis: Long): Long = {
143143
MILLISECONDS.toMicros(millis)

0 commit comments

Comments
 (0)